diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-17 18:44:33 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-17 18:44:33 +0000 |
commit | b0c0c9ed656189fd7b0e3a3d46857e8f791a80f2 (patch) | |
tree | 83763189d54d60461aa47ae9105eb06c0985f8a1 /www/junkbuster | |
parent | 5f71c9ba77ace26b6a02292f6b34034865e4b950 (diff) | |
download | ports-b0c0c9ed656189fd7b0e3a3d46857e8f791a80f2.tar.gz ports-b0c0c9ed656189fd7b0e3a3d46857e8f791a80f2.zip |
Notes
Diffstat (limited to 'www/junkbuster')
-rw-r--r-- | www/junkbuster/Makefile | 6 | ||||
-rw-r--r-- | www/junkbuster/pkg-plist | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/www/junkbuster/Makefile b/www/junkbuster/Makefile index 95006f8cc86d..bbe0fa85a415 100644 --- a/www/junkbuster/Makefile +++ b/www/junkbuster/Makefile @@ -6,7 +6,7 @@ PORTNAME= junkbuster PORTVERSION= 2.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://f2.org/download/ \ http://www.junkbusters.com/ht/en/ @@ -20,7 +20,7 @@ ALL_TARGET= # yes, an empty target. JDIR= ${PREFIX}/etc/junkbuster MAN1= junkbuster.1 SUB_FILES= junkbuster pkg-message -USE_RC_SUBR= yes +USE_RC_SUBR= ${PORTNAME} PKGMESSAGE= ${WRKDIR}/pkg-message GNUREGEXP= 's:gnu_regex.h:gnu/regex.h:' @@ -44,8 +44,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/strust.ini ${JDIR}/trustfile.sample @${INSTALL_MAN} ${WRKSRC}/junkbuster.1 ${PREFIX}/man/man1/ - @${INSTALL_SCRIPT} ${WRKDIR}/junkbuster ${PREFIX}/etc/rc.d/ - post-install: @${CAT} ${PKGMESSAGE} diff --git a/www/junkbuster/pkg-plist b/www/junkbuster/pkg-plist index e06bff853f4e..9f6d19c39adc 100644 --- a/www/junkbuster/pkg-plist +++ b/www/junkbuster/pkg-plist @@ -5,5 +5,4 @@ etc/junkbuster/cookiefile.sample etc/junkbuster/configfile.sample etc/junkbuster/forwardfile.sample etc/junkbuster/trustfile.sample -etc/rc.d/junkbuster @dirrmtry etc/junkbuster |