aboutsummaryrefslogtreecommitdiff
path: root/security/portsentry/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-03-05 17:02:22 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-03-05 17:02:22 +0000
commit5c041e5536500a78035a40163d95d3fef4d93a6a (patch)
tree01c7f8a40eb1878cd2a963fecd274d4ab14a9c5f /security/portsentry/Makefile
parent4bce3b3135ca8de8e3cda3c09fe9d0df11454ac1 (diff)
Notes
Diffstat (limited to 'security/portsentry/Makefile')
-rw-r--r--security/portsentry/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile
index 5b570b67bd8a..ea1020193ba4 100644
--- a/security/portsentry/Makefile
+++ b/security/portsentry/Makefile
@@ -8,7 +8,8 @@
PORTNAME= portsentry
PORTVERSION= 1.1
CATEGORIES= security
-MASTER_SITES= http://www.psionic.com/downloads/
+MASTER_SITES= ${MASTER_SITE_PACKETSTORM}
+MASTER_SITE_SUBDIR= UNIX/IDS
MAINTAINER= ports@FreeBSD.org
COMMENT= Port scan detection and active defense
@@ -25,9 +26,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/portsentry.ignore ${PREFIX}/etc
${INSTALL_PROGRAM} ${WRKSRC}/portsentry ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/portsentry
+ ${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.install ${WRKSRC}/README.methods ${WRKSRC}/README.stealth \
- ${PREFIX}/share/doc/portsentry
+ ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}