diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-07 11:47:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-07 11:47:19 +0000 |
commit | e372d6015353d011b84283f3174e54df4bb72408 (patch) | |
tree | e5e080c86501ba1bd8c80ec0b19f70bd45e6c63c /mail/spampd/Makefile | |
parent | b86a7a3ba91769b5259ac3bcd6dbadbc5e9d1c36 (diff) |
Notes
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> |