summaryrefslogtreecommitdiff
path: root/mail/elm
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-08 04:03:14 +0000
committerjlam <jlam>2004-02-08 04:03:14 +0000
commit6e0d099891afdad6f457e7214110932645f3044a (patch)
tree11342275f655e55025aec319c80c509cee054445 /mail/elm
parent12b7ca611ad8895d1211c95d227bc8c212238cce (diff)
downloadpkgsrc-6e0d099891afdad6f457e7214110932645f3044a.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