summaryrefslogtreecommitdiff
path: root/security/find_ddos
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-10-27 22:32:48 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-10-27 22:32:48 +0000
commitb436ce27156dc6bdcf7a18a42d0deb66b2033f9b (patch)
treea19d785f1c17a0ad9e72255c7320f25926b1a730 /security/find_ddos
parentFix MASTER_SITES, and condense the REINPLACE commands. (diff)
Fix MASTER_SITES, utilize ${DOCSDIR} in the Makefile, and
%%PORTDOCS%% in the pkg-plist. PR: 44486 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: pat
Notes
Notes: svn path=/head/; revision=68959
Diffstat (limited to 'security/find_ddos')
-rw-r--r--security/find_ddos/Makefile7
-rw-r--r--security/find_ddos/pkg-plist4
2 files changed, 6 insertions, 5 deletions
diff --git a/security/find_ddos/Makefile b/security/find_ddos/Makefile
index eb51733b619c..fca36645817a 100644
--- a/security/find_ddos/Makefile
+++ b/security/find_ddos/Makefile
@@ -9,7 +9,8 @@
PORTNAME= find_ddos
PORTVERSION= 4.2
CATEGORIES= security
-MASTER_SITES= http://ftp.cert.org.tw/tools/Security_Scanner/DDOS/
+MASTER_SITES= http://www.nipc.gov/warnings/alerts/1999/ \
+ http://www.ucl.ac.uk/cert/tools/
DISTNAME= find_ddos_v42_linux
EXTRACT_SUFX= .tar.Z
@@ -25,8 +26,8 @@ do-build:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/find_ddos ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/find_ddos
- @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/find_ddos
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/security/find_ddos/pkg-plist b/security/find_ddos/pkg-plist
index b2a9b09ecd84..066b73aadb59 100644
--- a/security/find_ddos/pkg-plist
+++ b/security/find_ddos/pkg-plist
@@ -1,4 +1,4 @@
@comment $FreeBSD$
sbin/find_ddos
-share/doc/find_ddos/README
-@dirrm share/doc/find_ddos
+%%PORTDOCS%%share/doc/find_ddos/README
+%%PORTDOCS%%@dirrm share/doc/find_ddos