diff options
-rw-r--r-- | security/portsentry/Makefile | 10 | ||||
-rw-r--r-- | security/portsentry/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index fcd18eb10747..3ea4a274808a 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: sentry -# Version required: 0.90 +# Version required: 1.0 # Date created: 3 January 1998 # Whom: chris@still.whet.org # # $FreeBSD$ # -DISTNAME= portsentry-0.90 +DISTNAME= portsentry-1.0 CATEGORIES= security MASTER_SITES= http://www.psionic.com/tools/ -MAINTAINER= chris@still.whet.org +MAINTAINER= dan@freebsddiary.org ALL_TARGET= freebsd post-patch: - @/usr/bin/perl -pi -e 's,__PREFIX__,${PREFIX},g' ${WRKSRC}/portsentry.conf - @/usr/bin/perl -pi -e 's,__PREFIX__,${PREFIX},g' ${WRKSRC}/portsentry_config.h + @${PERL} -pi -e 's,__PREFIX__,${PREFIX},g' ${WRKSRC}/portsentry.conf + @${PERL} -pi -e 's,__PREFIX__,${PREFIX},g' ${WRKSRC}/portsentry_config.h do-install: .if !exists($(PREFIX)/etc/portsentry.conf) diff --git a/security/portsentry/distinfo b/security/portsentry/distinfo index 434f67720493..89343f139eea 100644 --- a/security/portsentry/distinfo +++ b/security/portsentry/distinfo @@ -1 +1 @@ -MD5 (portsentry-0.90.tar.gz) = 80eead64b3d6efb10748b80ecec0f54a +MD5 (portsentry-1.0.tar.gz) = d2d29e614f1604bd62a23e33d7a7564f |