- fix PKGBASE
Noted by: antoine@
This commit is contained in:
parent
1015bdf073
commit
42051ece75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409729
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX?= -sasl
|
||||
PKGNAMESUFFIX?= 211-sasl
|
||||
|
||||
MAINTAINER= ohauer@FreeBSD.org
|
||||
COMMENT= Postfix with Cyrus SASL support
|
||||
|
@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \
|
||||
http://mirror.lhsolutions.nl/postfix-release/ \
|
||||
ftp://postfix.mirrors.pair.com/
|
||||
MASTER_SITES:= ${MASTER_SITES:S|$|official/|}
|
||||
PKGNAMESUFFIX?= 211
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ohauer@FreeBSD.org
|
||||
@ -98,9 +99,9 @@ MAKEFILEFLAGS+= CC="${CC}" OPT="${CFLAGS}"
|
||||
|
||||
.if ${PORT_OPTIONS:MINST_BASE}
|
||||
.if defined(SASL_SLAVE)
|
||||
PKGNAMESUFFIX= -base-sasl
|
||||
PKGNAMESUFFIX= 211-base-sasl
|
||||
.else
|
||||
PKGNAMESUFFIX= -base
|
||||
PKGNAMESUFFIX= 211-base
|
||||
.endif
|
||||
PREFIX= /usr
|
||||
ETCDIR= /etc/postfix
|
||||
|
Loading…
Reference in New Issue
Block a user