mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Always use USE_RC_SUBR now that it handles properly PREFIX=/usr
This commit is contained in:
parent
591ab29cad
commit
1da5f55a83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390323
1 changed files with 2 additions and 2 deletions
|
@ -100,14 +100,14 @@ MAKEFILEFLAGS+= DEBUG=
|
||||||
|
|
||||||
MAKEFILEFLAGS+= CC="${CC}" OPT="${CFLAGS}"
|
MAKEFILEFLAGS+= CC="${CC}" OPT="${CFLAGS}"
|
||||||
|
|
||||||
|
USE_RC_SUBR= postfix
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MINST_BASE}
|
.if ${PORT_OPTIONS:MINST_BASE}
|
||||||
PKGNAMESUFFIX= -base
|
PKGNAMESUFFIX= -base
|
||||||
PREFIX= /usr
|
PREFIX= /usr
|
||||||
ETCDIR= /etc/postfix
|
ETCDIR= /etc/postfix
|
||||||
USE_RCORDER= postfix
|
|
||||||
PLIST_SUB+= BMAN="share/"
|
PLIST_SUB+= BMAN="share/"
|
||||||
.else
|
.else
|
||||||
USE_RC_SUBR= postfix
|
|
||||||
PLIST_SUB+= BMAN=""
|
PLIST_SUB+= BMAN=""
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue