mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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}"
|
||||
|
||||
USE_RC_SUBR= postfix
|
||||
|
||||
.if ${PORT_OPTIONS:MINST_BASE}
|
||||
PKGNAMESUFFIX= -base
|
||||
PREFIX= /usr
|
||||
ETCDIR= /etc/postfix
|
||||
USE_RCORDER= postfix
|
||||
PLIST_SUB+= BMAN="share/"
|
||||
.else
|
||||
USE_RC_SUBR= postfix
|
||||
PLIST_SUB+= BMAN=""
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue