summaryrefslogtreecommitdiff
path: root/archivers/undms/Makefile
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 /archivers/undms/Makefile
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 'archivers/undms/Makefile')
-rw-r--r--archivers/undms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile
index 29c7069ba85..1a1a58a90be 100644
--- a/archivers/undms/Makefile
+++ b/archivers/undms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:07:07 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/08 04:03:15 jlam Exp $
DISTNAME= undms-1.3.c
PKGNAME= undms-1.3
@@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}
USE_BUILDLINK2= # defined
do-build:
- cd ${WRKSRC} && ${BUILDLINK_CC} ${CFLAGS} -o undms undms-1.3.c
+ cd ${WRKSRC} && ${CC} ${CFLAGS} -o undms undms-1.3.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/undms ${PREFIX}/bin/