diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-28 18:41:40 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-28 18:41:40 +0000 |
commit | 2c380c2237bd997cba4783aef46649c8c3f58cef (patch) | |
tree | 5c85091c68f7b8cae359f39362a4639d5260d1f8 /mail/postfix | |
parent | 8e575683feb41c3c572cdd8902224d31d3691abe (diff) | |
download | ports-2c380c2237bd997cba4783aef46649c8c3f58cef.tar.gz ports-2c380c2237bd997cba4783aef46649c8c3f58cef.zip |
Notes
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/pkg-plist | 14 |
2 files changed, 9 insertions, 7 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 4f7cf745963c..9ab317a5359c 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -223,8 +223,10 @@ PKGNAMESUFFIX= -base PREFIX= /usr ETCDIR= /etc/postfix USE_RCORDER= postfix.sh +PLIST_SUB+= BASE="" .else USE_RC_SUBR= postfix.sh +PLIST_SUB+= BASE="@comment " .endif PLIST_SUB+= PFETC=${ETCDIR} diff --git a/mail/postfix/pkg-plist b/mail/postfix/pkg-plist index 50ddec524e75..4fe188422fc0 100644 --- a/mail/postfix/pkg-plist +++ b/mail/postfix/pkg-plist @@ -224,10 +224,10 @@ sbin/sendmail %%PORTDOCS%%%%DOCSDIR%%/tlsmgr.8.html %%PORTDOCS%%%%DOCSDIR%%/generic.5.html %%PORTDOCS%%@dirrm %%DOCSDIR%% -@cd / -%%PFETC%%/LICENSE -%%PFETC%%/TLS_LICENSE -%%PFETC%%/bounce.cf.default -%%PFETC%%/main.cf.default -%%PFETC%%/makedefs.out -@dirrmtry %%PFETC%% +%%BASE%%@cwd / +etc/postfix/LICENSE +etc/postfix/TLS_LICENSE +etc/postfix/bounce.cf.default +etc/postfix/main.cf.default +etc/postfix/makedefs.out +@dirrmtry etc/postfix |