summaryrefslogtreecommitdiff
path: root/mail/ezmlm
diff options
context:
space:
mode:
authorschmonz <schmonz>2005-03-13 03:25:43 +0000
committerschmonz <schmonz>2005-03-13 03:25:43 +0000
commitefacbfd526adef7e65198a3ba2cb1fd24fdc715f (patch)
treee13c428ca94c0db7b6e70497630f99e207d41522 /mail/ezmlm
parent21a87daf225e3c62066161de681254e8f632329c (diff)
downloadpkgsrc-efacbfd526adef7e65198a3ba2cb1fd24fdc715f.tar.gz
In packages with djb-style compile scripts, properly enquote ${CC}
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
Diffstat (limited to 'mail/ezmlm')
-rw-r--r--mail/ezmlm/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/ezmlm/Makefile.common b/mail/ezmlm/Makefile.common
index 6fbf46f3dc7..70e0f56c34d 100644
--- a/mail/ezmlm/Makefile.common
+++ b/mail/ezmlm/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/12/03 15:15:02 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2005/03/13 03:25:44 schmonz Exp $
#
EZMLM_VERS= ezmlm-0.53
@@ -15,8 +15,8 @@ BUILD_TARGET= it man install
INSTALL_TARGET= setup
do-configure:
- ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
- ${ECHO} ${CC} ${_STRIPFLAG_CC} > ${WRKSRC}/conf-ld
+ ${ECHO} ${CC:Q} ${CFLAGS:Q} > ${WRKSRC}/conf-cc
+ ${ECHO} ${CC:Q} ${_STRIPFLAG_CC} > ${WRKSRC}/conf-ld
${ECHO} ${PREFIX}/bin > ${WRKSRC}/conf-bin
${ECHO} ${PREFIX}/man > ${WRKSRC}/conf-man
${ECHO} ${QMAILDIR} > ${WRKSRC}/conf-qmail