aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-03-06 01:02:22 +0800
committernaddy <naddy@FreeBSD.org>2003-03-06 01:02:22 +0800
commite565ec64fd09c3aacc5cad59b801e30db6d593e5 (patch)
tree25a9a947e632f62a50b3e3d66ececfb8f88200a8 /security
parent7986d81bee5ffd1fe0688b7f64a1d64d711ed643 (diff)
downloadfreebsd-ports-gnome-e565ec64fd09c3aacc5cad59b801e30db6d593e5.tar.gz
freebsd-ports-gnome-e565ec64fd09c3aacc5cad59b801e30db6d593e5.tar.zst
freebsd-ports-gnome-e565ec64fd09c3aacc5cad59b801e30db6d593e5.zip
- Update MASTER_SITES
- Portlint PR: 48861 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'security')
-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. *