diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-24 08:41:36 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-24 08:41:36 +0000 |
commit | 420da3c347562c478192262f465c0e12817a2b37 (patch) | |
tree | 0f5d0212fa8e3af6cf161352f12acfc760d355c9 /net/pcnfsd | |
parent | 2817d4a99345c1315a09950ed13e021fc876e99c (diff) | |
download | ports-420da3c347562c478192262f465c0e12817a2b37.tar.gz ports-420da3c347562c478192262f465c0e12817a2b37.zip |
Notes
Diffstat (limited to 'net/pcnfsd')
-rw-r--r-- | net/pcnfsd/Makefile | 5 | ||||
-rw-r--r-- | net/pcnfsd/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/pcnfsd/Makefile b/net/pcnfsd/Makefile index e2fcb1b60e13..1699e73d09d7 100644 --- a/net/pcnfsd/Makefile +++ b/net/pcnfsd/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 6, 1994 # Whom: pst # -# $Id: Makefile,v 1.7 1996/12/01 01:23:03 obrien Exp $ +# $Id: Makefile,v 1.8 1997/07/10 15:50:52 pst Exp $ # DISTNAME= pcnfsd.93.02.16 @@ -14,6 +14,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +MAN8= pcnfsd.8 +MANCOMPRESSED= maybe + NO_WRKSUBDIR= .include <bsd.port.mk> diff --git a/net/pcnfsd/pkg-plist b/net/pcnfsd/pkg-plist index 8e8eaa8a4a69..6ef600296d45 100644 --- a/net/pcnfsd/pkg-plist +++ b/net/pcnfsd/pkg-plist @@ -1,2 +1 @@ libexec/rpc.pcnfsd -man/man8/pcnfsd.8.gz |