aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ffs2recov/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-05-01 23:19:03 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-05-01 23:19:03 +0000
commitbfabde13e72d4ff86e636bd9a47d732f6708df75 (patch)
tree3e670d786cb0dd6988e8cf0bccdac92c8776551a /sysutils/ffs2recov/Makefile
parentb2309a5619cdb0f9a2ea13bfb6ef55451888acf4 (diff)
downloadports-bfabde13e72d4ff86e636bd9a47d732f6708df75.tar.gz
ports-bfabde13e72d4ff86e636bd9a47d732f6708df75.zip
Notes
Diffstat (limited to 'sysutils/ffs2recov/Makefile')
-rw-r--r--sysutils/ffs2recov/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ffs2recov/Makefile b/sysutils/ffs2recov/Makefile
index baaa28cde874..1de3427704a1 100644
--- a/sysutils/ffs2recov/Makefile
+++ b/sysutils/ffs2recov/Makefile
@@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MAN8= ffs2recov.8
PLIST_FILES= sbin/ffs2recov
-MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${MANPREFIX}/man/man
+MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${MANPREFIX}/man/man \
+ WARNS=0
.include <bsd.port.mk>