diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-29 02:41:40 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-29 02:41:40 +0800 |
commit | d5fe912cfadd9606f2c71721ec41edffcb7c5f22 (patch) | |
tree | b3610b7957a5d6408e285bf2bef500a00c962b9b /mail | |
parent | 4bdc5234aa427a99f81eb0a56be6ae3888fc7c72 (diff) | |
download | freebsd-ports-gnome-d5fe912cfadd9606f2c71721ec41edffcb7c5f22.tar.gz freebsd-ports-gnome-d5fe912cfadd9606f2c71721ec41edffcb7c5f22.tar.zst freebsd-ports-gnome-d5fe912cfadd9606f2c71721ec41edffcb7c5f22.zip |
Fix plist for the default (non-base) package
Submitted by: Dimitry Andric <dimitry@andric.com>
Approved by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/pkg-plist | 14 | ||||
-rw-r--r-- | mail/postfix27/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix27/pkg-plist | 14 | ||||
-rw-r--r-- | mail/postfix28/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix28/pkg-plist | 14 |
6 files changed, 27 insertions, 21 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 diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 4f7cf745963c..9ab317a5359c 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/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/postfix27/pkg-plist b/mail/postfix27/pkg-plist index 50ddec524e75..4fe188422fc0 100644 --- a/mail/postfix27/pkg-plist +++ b/mail/postfix27/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 diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 4f7cf745963c..9ab317a5359c 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/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/postfix28/pkg-plist b/mail/postfix28/pkg-plist index 50ddec524e75..4fe188422fc0 100644 --- a/mail/postfix28/pkg-plist +++ b/mail/postfix28/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 |