Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 16:59:35 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343780 - head/sysutils/setquota
Message-ID:  <201402111659.s1BGxZdG085946@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111659.s1BGxZdG085946>