summaryrefslogtreecommitdiff
path: root/mail/elm
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-08 04:03:14 +0000
committerjlam <jlam@pkgsrc.org>2004-02-08 04:03:14 +0000
commita1c40fc01e1737a857b8fa9bb6d54626ea356936 (patch)
tree11342275f655e55025aec319c80c509cee054445 /mail/elm
parent7edd809ba5c320a75e8b07a38b5185ffba678b14 (diff)
downloadpkgsrc-a1c40fc01e1737a857b8fa9bb6d54626ea356936.tar.gz
We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
Diffstat (limited to 'mail/elm')
-rw-r--r--mail/elm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
index 7937a95a64e..dab99103996 100644
--- a/mail/elm/Makefile
+++ b/mail/elm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/07/17 21:45:54 grant Exp $
+# $NetBSD: Makefile,v 1.29 2004/02/08 04:03:15 jlam Exp $
DISTNAME= elm2.5.5
PKGREVISION= 2
@@ -26,7 +26,7 @@ pre-configure:
${WRKSRC}/config.sh.orig > ${WRKSRC}/config.sh.tmp
${SED} -e 's:LOCALBASE:'${LOCALBASE}':g' \
${WRKSRC}/config.sh.tmp > ${WRKSRC}/config.sh.tmp2
- ${SED} -e 's:@CC@:'${BUILDLINK_CC}':g' \
+ ${SED} -e 's:@CC@:'${CC}':g' \
${WRKSRC}/config.sh.tmp2 > ${WRKSRC}/config.sh
${MV} ${WRKSRC}/nls/LANGS ${WRKSRC}/nls/LANGS.tmpl
${SED} -e 's:__PREFIX:'${PREFIX}':g' < ${WRKSRC}/nls/LANGS.tmpl > ${WRKSRC}/nls/LANGS