aboutsummaryrefslogtreecommitdiff
path: root/net/hping
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2004-04-13 09:05:53 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2004-04-13 09:05:53 +0000
commit5bbd09d79621a054712d51beb45775e46c7e3342 (patch)
tree3dd7e3468da270d6e8b75e8aa2d7b2e09e158f33 /net/hping
parent973cd7bf5eb07dddad803bdb79f6a1eecbccd210 (diff)
downloadports-5bbd09d79621a054712d51beb45775e46c7e3342.tar.gz
ports-5bbd09d79621a054712d51beb45775e46c7e3342.zip
Notes
Diffstat (limited to 'net/hping')
-rw-r--r--net/hping/Makefile10
-rw-r--r--net/hping/pkg-plist7
2 files changed, 7 insertions, 10 deletions
diff --git a/net/hping/Makefile b/net/hping/Makefile
index 3f409de70a71..db529bea3ce0 100644
--- a/net/hping/Makefile
+++ b/net/hping/Makefile
@@ -21,15 +21,19 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --force-libpcap
USE_GMAKE= yes
+PLIST_FILES= sbin/hping
+PORTDOCS= AS-BACKDOOR HPING2-HOWTO.txt HPING2-IS-OPEN \
+ MORE-FUN-WITH-IPID SPOOFED_SCAN.txt
+
MAN8= hping.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping
${INSTALL_MAN} ${WRKSRC}/docs/hping2.8 ${PREFIX}/man/man8/hping.8
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/hping
-.for i in AS-BACKDOOR HPING2-HOWTO.txt HPING2-IS-OPEN MORE-FUN-WITH-IPID SPOOFED_SCAN.txt
- ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${PREFIX}/share/doc/hping/
+ ${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}/
.endfor
.endif
diff --git a/net/hping/pkg-plist b/net/hping/pkg-plist
deleted file mode 100644
index 53c3a3af705f..000000000000
--- a/net/hping/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-sbin/hping
-%%PORTDOCS%%share/doc/hping/AS-BACKDOOR
-%%PORTDOCS%%share/doc/hping/HPING2-HOWTO.txt
-%%PORTDOCS%%share/doc/hping/HPING2-IS-OPEN
-%%PORTDOCS%%share/doc/hping/MORE-FUN-WITH-IPID
-%%PORTDOCS%%share/doc/hping/SPOOFED_SCAN.txt
-%%PORTDOCS%%@dirrm share/doc/hping