summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index ced57cf7337..cce44f3888a 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2005/12/04 06:30:37 martti Exp $
+# $NetBSD: Makefile,v 1.50 2005/12/05 20:50:34 rillig Exp $
DISTNAME= postfix-2.3-20051128
#PKGREVISION= 1
@@ -72,7 +72,7 @@ LIBEXECDIR= ${PREFIX}/libexec/postfix
DOCDIR= ${PREFIX}/share/doc/postfix
EXAMPLEDIR= ${PREFIX}/share/examples/postfix
-FILES_SUBST+= EXAMPLEDIR=${EXAMPLEDIR}
+FILES_SUBST+= EXAMPLEDIR=${EXAMPLEDIR:Q}
MESSAGE_SUBST+= EXAMPLEDIR=${EXAMPLEDIR}
MESSAGE_SUBST+= DOCDIR=${DOCDIR}
@@ -83,8 +83,8 @@ MESSAGE_SRC+= ${PKGDIR}/MESSAGE.${OPSYS}
PLIST_SRC+= ${PKGDIR}/PLIST
BUILD_TARGET= # empty
-MAKE_ENV= CC="${CC}" OPT="${CFLAGS}"
-MAKE_ENV+= AUXLIBS="${AUXLIBS}" CCARGS="${CCARGS}"
+MAKE_ENV+= CC=${CC:Q} OPT=${CFLAGS:M*:Q}
+MAKE_ENV+= AUXLIBS=${AUXLIBS:Q} CCARGS=${CCARGS:Q}
USE_PKGINSTALL= yes
RCD_SCRIPTS= postfix
@@ -103,7 +103,6 @@ CONF_FILES_PERMS= # empty
CONF_FILES_PERMS+= ${EXAMPLEDIR}/${_file_} ${PKG_SYSCONFDIR}/${_file_} \
${ROOT_USER} ${ROOT_GROUP} 755
.endfor
-.undef _file_
.if !empty(PKG_OPTIONS:Msasl)
MAKE_DIRS+= ${SASLLIBDIR}
CONF_FILES+= ${EXAMPLEDIR}/smtpd.conf ${SASLLIBDIR}/smtpd.conf