diff options
author | arved <arved@FreeBSD.org> | 2002-11-07 19:35:51 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-07 19:35:51 +0800 |
commit | 7c5f801ee8776e33aec0ce4267fec6bc7098dabc (patch) | |
tree | a3a30aaf4d5c0fce9c5887a812b7d32b6d13ecdc | |
parent | 85d8799417f511de977928abe1d39cad1cb80bea (diff) | |
download | freebsd-ports-gnome-7c5f801ee8776e33aec0ce4267fec6bc7098dabc.tar.gz freebsd-ports-gnome-7c5f801ee8776e33aec0ce4267fec6bc7098dabc.tar.zst freebsd-ports-gnome-7c5f801ee8776e33aec0ce4267fec6bc7098dabc.zip |
Don't strip Linux binaries
Reported by: Dustin <dustin@arctichost.com>, kris
PR: 30562
-rw-r--r-- | security/find_ddos/Makefile | 4 |
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} |