summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-11-25 04:02:35 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-11-25 04:02:35 +0000
commite051604bd5d0ec83cb4126db75f265b3e3048531 (patch)
tree42cb185e647019674487fea53ef69e862556efa8 /mail
parent4a10b00294ee5dfae2ced40442e7891d67d913b0 (diff)
downloadpkgsrc-e051604bd5d0ec83cb4126db75f265b3e3048531.tar.gz
Remove -g from compilation flags.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index e9490280628..93d2c70d6cf 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.150 2004/09/23 16:10:07 martti Exp $
+# $NetBSD: Makefile,v 1.151 2004/11/25 04:02:35 xtraeme Exp $
DISTNAME= postfix-2.1.5
CATEGORIES= mail
@@ -110,6 +110,8 @@ MAKE_DIRS+= ${SASLLIBDIR}
CONF_FILES+= ${EXAMPLEDIR}/smtpd.conf ${SASLLIBDIR}/smtpd.conf
.endif
+MAKE_ENV+= DEBUG= # empty
+
do-configure:
cd ${WRKSRC} && \
${SETENV} ${MAKE_ENV} ${MAKE} -f Makefile.init makefiles \