summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/obliterate/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/obliterate/Makefile b/sysutils/obliterate/Makefile
index e7635335e3b2..62878d6b1079 100644
--- a/sysutils/obliterate/Makefile
+++ b/sysutils/obliterate/Makefile
@@ -1,5 +1,6 @@
PORTNAME= obliterate
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/wes
@@ -8,6 +9,8 @@ COMMENT= Securely delete file[s]
USES= uidfix
-PLIST_FILES= bin/obliterate man/man8/${PORTNAME}.8.gz
+MAKE_ARGS= MANDIR="${PREFIX}/share/man/man"
+
+PLIST_FILES= bin/obliterate share/man/man8/${PORTNAME}.8.gz
.include <bsd.port.mk>