diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 14:16:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 14:16:25 +0800 |
commit | f9702794c2812b0ea6989d6d215ea0309b648ab2 (patch) | |
tree | b780feee3b94ff916897932ae07134ccc36ddb95 | |
parent | c872fcb1b7a9744f9fa674be5e6bfa4757f3d1fe (diff) | |
download | freebsd-ports-graphics-f9702794c2812b0ea6989d6d215ea0309b648ab2.tar.gz freebsd-ports-graphics-f9702794c2812b0ea6989d6d215ea0309b648ab2.tar.zst freebsd-ports-graphics-f9702794c2812b0ea6989d6d215ea0309b648ab2.zip |
Use stage
-rw-r--r-- | sysutils/tmpwatch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/tmpwatch/Makefile b/sysutils/tmpwatch/Makefile index f4adb20695c..23d81437c4e 100644 --- a/sysutils/tmpwatch/Makefile +++ b/sysutils/tmpwatch/Makefile @@ -14,10 +14,9 @@ USE_BZIP2= yes GNU_CONFIGURE= yes -MAN8= tmpwatch.8 -PLIST_FILES= sbin/tmpwatch +PLIST_FILES= sbin/tmpwatch \ + man/man8/tmpwatch.8.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E "s/^#include.+mntent.h.+//g" ${WRKSRC}/tmpwatch.c |