summaryrefslogtreecommitdiff
path: root/archivers/xbin
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:48:57 +0000
committerjlam <jlam>2002-08-25 21:48:57 +0000
commit02526271b78c18a0c07b3ea8be04d2a61b0bf8e7 (patch)
treec8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /archivers/xbin
parent521a29ec203c35a133d1b565a410d027176ebfc9 (diff)
downloadpkgsrc-02526271b78c18a0c07b3ea8be04d2a61b0bf8e7.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'archivers/xbin')
-rw-r--r--archivers/xbin/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile
index e7b670cd912..92974ff611a 100644
--- a/archivers/xbin/Makefile
+++ b/archivers/xbin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/09/09 20:36:11 agc Exp $
+# $NetBSD: Makefile,v 1.8 2002/08/25 21:49:27 jlam Exp $
#
DISTNAME= ${PRGNAME}unix
@@ -14,11 +14,11 @@ RESTRICTED= "May not be sold without permission"
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
-USE_BUILDLINK_ONLY= # defined
-WRKSRC= ${WRKDIR}
+USE_BUILDLINK2= # defined
+WRKSRC= ${WRKDIR}
PRGNAME= xbin
-EXTRACT_ONLY= # blank
+EXTRACT_ONLY= # empty
post-extract:
.for dfile in ${DISTFILES}
@@ -27,7 +27,7 @@ post-extract:
do-build:
cd ${WRKSRC} && \
- ${CC} ${CFLAGS} -DBSD -o ${PRGNAME} ${DISTNAME}.c -lcompat
+ ${BUILDLINK_CC} ${CFLAGS} -DBSD -o ${PRGNAME} ${DISTNAME}.c -lcompat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PRGNAME} ${PREFIX}/bin