summaryrefslogtreecommitdiff
path: root/security/find_ddos
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-07 11:35:51 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-07 11:35:51 +0000
commitf8daf1fd435ba36bb77be83fe9cb04250f3a9244 (patch)
treedb359414d26e1156bfe700021557310ccf74146c /security/find_ddos
parent- Support CC properly (diff)
Don't strip Linux binaries
Reported by: Dustin <dustin@arctichost.com>, kris PR: 30562
Notes
Notes: svn path=/head/; revision=69650
Diffstat (limited to 'security/find_ddos')
-rw-r--r--security/find_ddos/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/find_ddos/Makefile b/security/find_ddos/Makefile
index b72ad90f6701..e50d594299c1 100644
--- a/security/find_ddos/Makefile
+++ b/security/find_ddos/Makefile
@@ -8,10 +8,10 @@
PORTNAME= find_ddos
PORTVERSION= 4.2
+PORTREVISION= 1
CATEGORIES= security
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
@@ -26,7 +26,7 @@ do-build:
@brandelf -t Linux ${WRKSRC}/find_ddos
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/find_ddos ${PREFIX}/sbin
+ @${INSTALL_SCRIPT} ${WRKSRC}/find_ddos ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}