diff options
author | sahil <sahil@FreeBSD.org> | 2013-04-26 10:45:54 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2013-04-26 10:45:54 +0800 |
commit | 850f0b4ae77dda85507aaa88c6d618c6696e2e88 (patch) | |
tree | d841254260340a71e352f82ca5d4905410f3cc08 /mail/postfix | |
parent | 5d6a0138b9065080b223aac1e3a27f2f407312fb (diff) | |
download | freebsd-ports-gnome-850f0b4ae77dda85507aaa88c6d618c6696e2e88.tar.gz freebsd-ports-gnome-850f0b4ae77dda85507aaa88c6d618c6696e2e88.tar.zst freebsd-ports-gnome-850f0b4ae77dda85507aaa88c6d618c6696e2e88.zip |
Fix a regression that had crept in with r314621. Do not
bump PORTREVISION because this does not affect the default
package.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 4fa34ddbcd21..774a331ba4df 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -249,7 +249,7 @@ PLIST_SUB+= TEST="@comment " PKGNAMESUFFIX= -base PREFIX= /usr ETCDIR= /etc/postfix -USE_RC_SUBR= postfix +USE_RCORDER= postfix PLIST_SUB+= BASE="" .else USE_RC_SUBR= postfix |