Fix plist for the default (non-base) package
Submitted by: Dimitry Andric <dimitry@andric.com> Approved by: maintainer
This commit is contained in:
parent
8e575683fe
commit
2c380c2237
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251650
6 changed files with 27 additions and 21 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue