diff options
-rw-r--r-- | security/portsentry/Makefile | 7 | ||||
-rw-r--r-- | security/portsentry/pkg-descr | 2 | ||||
-rw-r--r-- | security/portsentry/pkg-message | 4 |
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. * |