aboutsummaryrefslogtreecommitdiff
path: root/net/hping3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/hping3/Makefile')
-rw-r--r--net/hping3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/hping3/Makefile b/net/hping3/Makefile
index e5b227580359..b4e4fc7c85dc 100644
--- a/net/hping3/Makefile
+++ b/net/hping3/Makefile
@@ -1,11 +1,13 @@
PORTNAME= hping3
PORTVERSION= 20051105
+PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= http://www.hping.org/ \
http://200ok.org/distfiles/hping/
MAINTAINER= eugen@FreeBSD.org
COMMENT= Network auditing tool
+WWW= http://www.hping.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -30,7 +32,7 @@ MAN_DESC= Install manual page
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMAN}
-PLIST_FILES+= man/man8/${PORTNAME}.8.gz
+PLIST_FILES+= share/man/man8/${PORTNAME}.8.gz
.endif
.if ${PORT_OPTIONS:MTCL}
@@ -53,6 +55,6 @@ do-install-DOCS-on:
do-install-MAN-on:
${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.8 \
- ${STAGEDIR}${MANPREFIX}/man/man8/${PORTNAME}.8
+ ${STAGEDIR}${PREFIX}/share/man/man8/${PORTNAME}.8
.include <bsd.port.mk>