Date: Tue, 11 Feb 2014 14:14:21 +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: r343746 - head/sysutils/ffs2recov Message-ID: <201402111414.s1BEELZr021371@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111414.s1BEELZr021371>