aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ffs2recov
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-11 14:14:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-11 14:14:21 +0000
commitffd69bb8eab02b09656eea9790736d25365cd393 (patch)
treeb68d6d4d335f10023f9ef7c93164e43c6fd2c1b3 /sysutils/ffs2recov
parentf2198a206cced1a1109a7126d4200f832a1d15bd (diff)
downloadports-ffd69bb8eab02b09656eea9790736d25365cd393.tar.gz
ports-ffd69bb8eab02b09656eea9790736d25365cd393.zip
- Stage support
Notes
Notes: svn path=/head/; revision=343746
Diffstat (limited to 'sysutils/ffs2recov')
-rw-r--r--sysutils/ffs2recov/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/ffs2recov/Makefile b/sysutils/ffs2recov/Makefile
index d829b4545723..665f28d80925 100644
--- a/sysutils/ffs2recov/Makefile
+++ b/sysutils/ffs2recov/Makefile
@@ -12,11 +12,10 @@ COMMENT= A utility to recover UFS2 filesystems
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>