sysutils/obliterate: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
f897d064b3
commit
2f8876acf3
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue