diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-16 19:42:04 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-16 19:42:04 +0000 |
commit | 2f8876acf3fd1aba6b849310d92c22da2075e483 (patch) | |
tree | 1ff5a5dcd69a2a0e9f5fae4e04f4ea60e25160bd | |
parent | sysutils/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/Makefile | 5 |
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> |