svn commit: r343780 - head/sysutils/setquota

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 16:59:35 UTC 2014


Author: miwi
Date: Tue Feb 11 16:59:34 2014
New Revision: 343780
URL: http://svnweb.freebsd.org/changeset/ports/343780
QAT: https://qat.redports.org/buildarchive/r343780/

Log:
  - Stage support

Modified:
  head/sysutils/setquota/Makefile
  head/sysutils/setquota/pkg-plist

Modified: head/sysutils/setquota/Makefile
==============================================================================
--- head/sysutils/setquota/Makefile	Tue Feb 11 16:58:57 2014	(r343779)
+++ head/sysutils/setquota/Makefile	Tue Feb 11 16:59:34 2014	(r343780)
@@ -11,8 +11,4 @@ COMMENT=	Command line quota tools
 
 WRKSRC=		${WRKDIR}/setquota/
 
-MAN8=		getquota.8 setquota.8
-MANCOMPRESSED=	yes
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/setquota/pkg-plist
==============================================================================
--- head/sysutils/setquota/pkg-plist	Tue Feb 11 16:58:57 2014	(r343779)
+++ head/sysutils/setquota/pkg-plist	Tue Feb 11 16:59:34 2014	(r343780)
@@ -1,2 +1,4 @@
 sbin/setquota
 sbin/getquota
+man/man8/getquota.8.gz
+man/man8/setquota.8.gz


More information about the svn-ports-head mailing list