mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
net/hping3: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
06183e6c0a
commit
93795f8cf7
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= hping3
|
PORTNAME= hping3
|
||||||
PORTVERSION= 20051105
|
PORTVERSION= 20051105
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net security
|
CATEGORIES= net security
|
||||||
MASTER_SITES= http://www.hping.org/ \
|
MASTER_SITES= http://www.hping.org/ \
|
||||||
http://200ok.org/distfiles/hping/
|
http://200ok.org/distfiles/hping/
|
||||||
|
@ -31,7 +32,7 @@ MAN_DESC= Install manual page
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MMAN}
|
.if ${PORT_OPTIONS:MMAN}
|
||||||
PLIST_FILES+= man/man8/${PORTNAME}.8.gz
|
PLIST_FILES+= share/man/man8/${PORTNAME}.8.gz
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MTCL}
|
.if ${PORT_OPTIONS:MTCL}
|
||||||
|
@ -54,6 +55,6 @@ do-install-DOCS-on:
|
||||||
|
|
||||||
do-install-MAN-on:
|
do-install-MAN-on:
|
||||||
${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.8 \
|
${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.8 \
|
||||||
${STAGEDIR}${MANPREFIX}/man/man8/${PORTNAME}.8
|
${STAGEDIR}${PREFIX}/share/man/man8/${PORTNAME}.8
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue