diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-26 07:51:26 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-26 07:51:26 +0000 |
commit | 0a2f9e05dcf7ed57eac8856da3d958288b8119a5 (patch) | |
tree | 91e9906a6c858d0cdbbc9c64423bf08630d00e05 /net/pathchar | |
parent | 5c30a8b6339d0e8f53eb8797e7cb316c555487c0 (diff) | |
download | ports-0a2f9e05dcf7ed57eac8856da3d958288b8119a5.tar.gz ports-0a2f9e05dcf7ed57eac8856da3d958288b8119a5.zip |
Adopt ports I care about.
Notes
Notes:
svn path=/head/; revision=22651
Diffstat (limited to 'net/pathchar')
-rw-r--r-- | net/pathchar/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index 907743fc951e..a699bb592b8e 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: pathchar # Version required: a0 (a.out systems), a1 (ELF systems) # Date created: 7 November 1998 @@ -13,6 +14,8 @@ MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/ \ http://www.caida.org/Tools/Pathchar/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pathcharnotes.html +MAINTAINER= obrien@FreeBSD.org + ONLY_FOR_ARCHS= i386 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |