mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
|
PORTNAME= obliterate
|
||||||
PORTVERSION= 0.5
|
PORTVERSION= 0.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= LOCAL/wes
|
MASTER_SITES= LOCAL/wes
|
||||||
|
|
||||||
|
@ -8,6 +9,8 @@ COMMENT= Securely delete file[s]
|
||||||
|
|
||||||
USES= uidfix
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue