diff options
Diffstat (limited to 'mail/spampd/Makefile')
-rw-r--r-- | mail/spampd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile index ad050045728a..cb49cfe4c8a3 100644 --- a/mail/spampd/Makefile +++ b/mail/spampd/Makefile @@ -7,6 +7,7 @@ PORTNAME= spampd PORTVERSION= 2.30 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= http://www.worlddesign.com/Content/rd/mta/spampd/ @@ -17,10 +18,11 @@ RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ ${SITE_PERL}/Net/Server/PreForkSimple.pm:${PORTSDIR}/net/p5-Net-Server NO_BUILD= yes +PLIST_FILES= sbin/spampd +USE_RC_SUBR= spampd do-install: @${INSTALL_SCRIPT} ${WRKSRC}/spampd ${PREFIX}/sbin - @${INSTALL_SCRIPT} ${FILESDIR}/spampd.sh.sample ${PREFIX}/etc/rc.d .include <bsd.port.pre.mk> |