diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-24 08:39:18 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-24 08:39:18 +0000 |
commit | 2817d4a99345c1315a09950ed13e021fc876e99c (patch) | |
tree | a54b77b7e5a8bd3594ae0ab7a9ea8ab5a21b28b9 /net-mgmt/choparp | |
parent | ecc706f14f40f6238eb8f92b21c4da3789ab5487 (diff) | |
download | ports-2817d4a99345c1315a09950ed13e021fc876e99c.tar.gz ports-2817d4a99345c1315a09950ed13e021fc876e99c.zip |
Notes
Diffstat (limited to 'net-mgmt/choparp')
-rw-r--r-- | net-mgmt/choparp/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/choparp/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile index 61bc01e7bdd0..a8954ba9b004 100644 --- a/net-mgmt/choparp/Makefile +++ b/net-mgmt/choparp/Makefile @@ -3,7 +3,7 @@ # Date created: 7 October 1997 # Whom: itojun@itojun.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/10/07 14:39:42 itojun Exp $ # DISTNAME= choparp-971007 @@ -12,6 +12,9 @@ MASTER_SITES= http://delegate.uec.ac.jp:8081/club/mma/~tree/soft/choparp/ MAINTAINER= itojun@itojun.org +MAN8= choparp.8 +MANCOMPRESSED= maybe + WRKSRC= ${WRKDIR}/choparp .include <bsd.port.mk> diff --git a/net-mgmt/choparp/pkg-plist b/net-mgmt/choparp/pkg-plist index 38b04a7d735e..7e9114b42cab 100644 --- a/net-mgmt/choparp/pkg-plist +++ b/net-mgmt/choparp/pkg-plist @@ -1,2 +1 @@ sbin/choparp -man/man8/choparp.8.gz |