diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-24 16:41:36 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-24 16:41:36 +0800 |
commit | 590a433f5bfd318fe30ba633ac51a2bf2158e118 (patch) | |
tree | ce7dd8d541a7ef9ec0dbfb506f487b3226a651fa /net | |
parent | 49b42d31d202be1aae270162e4ea6522bafff854 (diff) | |
download | freebsd-ports-gnome-590a433f5bfd318fe30ba633ac51a2bf2158e118.tar.gz freebsd-ports-gnome-590a433f5bfd318fe30ba633ac51a2bf2158e118.tar.zst freebsd-ports-gnome-590a433f5bfd318fe30ba633ac51a2bf2158e118.zip |
Man, I think I see a pattern here. manpage(pkg/PLIST)->manpage(Makefile)
Diffstat (limited to 'net')
-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 |