diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-04-11 20:47:28 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-04-11 20:47:28 +0000 |
commit | 74f8f7e2c6049d21b54c64653fe706cbd9bf27dd (patch) | |
tree | e17d34be349f162a8d815a32fe0bc0070afd0423 /mail/spamd | |
parent | f92a92341dd539cb552120f35443a4aba18de8a0 (diff) | |
download | ports-74f8f7e2c6049d21b54c64653fe706cbd9bf27dd.tar.gz ports-74f8f7e2c6049d21b54c64653fe706cbd9bf27dd.zip |
Notes
Diffstat (limited to 'mail/spamd')
-rw-r--r-- | mail/spamd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/spamd/Makefile b/mail/spamd/Makefile index ed3aeb0e10e4..be884520cda1 100644 --- a/mail/spamd/Makefile +++ b/mail/spamd/Makefile @@ -3,7 +3,7 @@ PORTNAME= spamd PORTVERSION= 4.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF MASTER_SITE_SUBDIR=freebsdspamd/spamd @@ -41,8 +41,10 @@ PLIST_SUB= SPAMDUSER=${USERS} \ # be adjusted. Man page and pid file will not be renamed! .if !defined(CPANEL) PLIST_FILES+= libexec/spamd +PLIST_SUB+= SPAMDBIN=spamd .else PLIST_FILES+= libexec/obspamd +PLIST_SUB+= SPAMDBIN=obspamd .endif SUB_FILES= pkg-install \ |