svn commit: r347619 - head/net/pcnfsd

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:40:31 UTC 2014


Author: miwi
Date: Sun Mar  9 14:40:30 2014
New Revision: 347619
URL: http://svnweb.freebsd.org/changeset/ports/347619
QAT: https://qat.redports.org/buildarchive/r347619/

Log:
  - Stage support

Modified:
  head/net/pcnfsd/Makefile

Modified: head/net/pcnfsd/Makefile
==============================================================================
--- head/net/pcnfsd/Makefile	Sun Mar  9 14:40:23 2014	(r347618)
+++ head/net/pcnfsd/Makefile	Sun Mar  9 14:40:30 2014	(r347619)
@@ -19,13 +19,12 @@ COMMENT=	Sun PC NFS authentication and p
 
 DEPRECATED=	Unmaintained since 1997
 EXPIRATION_DATE=	2014-04-09
-MAN8=		pcnfsd.8
-MANCOMPRESSED=	maybe
-PLIST_FILES=	libexec/rpc.pcnfsd
+
+PLIST_FILES=	libexec/rpc.pcnfsd \
+		man/man8/pcnfsd.8.gz
 
 NO_WRKSUBDIR=
 
-NO_STAGE=	yes
 post-extract:
 	${CP} ${FILESDIR}/Makefile.inc ${WRKSRC}
 


More information about the svn-ports-head mailing list