diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2013-04-26 02:45:54 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2013-04-26 02:45:54 +0000 |
commit | ead5ecb4a274832e30723cc0c739e97501ab1a7c (patch) | |
tree | d841254260340a71e352f82ca5d4905410f3cc08 /mail/postfix27/Makefile | |
parent | - Update to 1.050 (diff) |
Fix a regression that had crept in with r314621. Do not
bump PORTREVISION because this does not affect the default
package.
Diffstat (limited to '')
-rw-r--r-- | mail/postfix27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 5513317987d2..202325e4aa85 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -228,7 +228,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 |