aboutsummaryrefslogtreecommitdiff
path: root/security/portsentry
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
parent4bce3b3135ca8de8e3cda3c09fe9d0df11454ac1 (diff)
downloadports-5c041e5536500a78035a40163d95d3fef4d93a6a.tar.gz
ports-5c041e5536500a78035a40163d95d3fef4d93a6a.zip
Notes
Diffstat (limited to 'security/portsentry')
-rw-r--r--security/portsentry/Makefile7
-rw-r--r--security/portsentry/pkg-descr2
-rw-r--r--security/portsentry/pkg-message4
3 files changed, 6 insertions, 7 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}
diff --git a/security/portsentry/pkg-descr b/security/portsentry/pkg-descr
index 01ed04c329dd..5bb09a4eb00b 100644
--- a/security/portsentry/pkg-descr
+++ b/security/portsentry/pkg-descr
@@ -3,5 +3,3 @@ It is a program designed to detect and respond to port scans against
a target host in real-time. There are other port scan detectors that
perform similar detection of scans, but PortSentry has some unique
features that may make it worth looking into.
-
-WWW: http://www.psionic.com/products/portsentry.html
diff --git a/security/portsentry/pkg-message b/security/portsentry/pkg-message
index f1536dde253b..be9ea7931718 100644
--- a/security/portsentry/pkg-message
+++ b/security/portsentry/pkg-message
@@ -1,7 +1,7 @@
- Edit /usr/local/etc/portsentry.conf and change"
- your settings if you haven't already. (route, etc)"
+ Edit ${PREFIX}/etc/portsentry.conf and change
+ your settings if you haven't already. (route, etc)
***************************************************
* IGNORE stealth mode. It is for Linux only. *