svn commit: r343746 - head/sysutils/ffs2recov

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 14:14:21 UTC 2014


Author: miwi
Date: Tue Feb 11 14:14:21 2014
New Revision: 343746
URL: http://svnweb.freebsd.org/changeset/ports/343746
QAT: https://qat.redports.org/buildarchive/r343746/

Log:
  - Stage support

Modified:
  head/sysutils/ffs2recov/Makefile

Modified: head/sysutils/ffs2recov/Makefile
==============================================================================
--- head/sysutils/ffs2recov/Makefile	Tue Feb 11 14:13:56 2014	(r343745)
+++ head/sysutils/ffs2recov/Makefile	Tue Feb 11 14:14:21 2014	(r343746)
@@ -12,11 +12,10 @@ COMMENT=	A utility to recover UFS2 files
 USE_BZIP2=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-MAN8=		ffs2recov.8
-PLIST_FILES=	sbin/ffs2recov
+PLIST_FILES=	sbin/ffs2recov \
+		man/man8/ffs2recov.8.gz
 
 MAKE_ENV=	BINDIR=${PREFIX}/sbin MANDIR=${MANPREFIX}/man/man \
 		WARNS=0
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list