sysutils/obliterate: Move man pages to share/man

Approved by:	portmgr (blanket)
2024Q2
Christian Weisgerber 2024-03-16 19:42:04 +00:00
parent f897d064b3
commit 2f8876acf3
1 changed files with 4 additions and 1 deletions

View File

@ -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>