diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-04-12 04:47:28 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-04-12 04:47:28 +0800 |
commit | 132c08b575bfbcb98a1b20acbe945c5c1a46a107 (patch) | |
tree | e17d34be349f162a8d815a32fe0bc0070afd0423 /mail | |
parent | 135938e34d17b95eec9967a713124a2f0d194c70 (diff) | |
download | freebsd-ports-graphics-132c08b575bfbcb98a1b20acbe945c5c1a46a107.tar.gz freebsd-ports-graphics-132c08b575bfbcb98a1b20acbe945c5c1a46a107.tar.zst freebsd-ports-graphics-132c08b575bfbcb98a1b20acbe945c5c1a46a107.zip |
- revert PLIST_SUB changes to fix the rc script
- bump PORTREVISION
Diffstat (limited to 'mail')
-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 ed3aeb0e10e..be884520cda 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 \ |