summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2024-03-16 19:42:04 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2024-03-16 19:42:04 +0000
commit2f8876acf3fd1aba6b849310d92c22da2075e483 (patch)
tree1ff5a5dcd69a2a0e9f5fae4e04f4ea60e25160bd
parentsysutils/libchk: Move man pages to share/man (diff)
sysutils/obliterate: Move man pages to share/man
Approved by: portmgr (blanket)
-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>