summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorcube <cube>2005-01-25 23:39:30 +0000
committercube <cube>2005-01-25 23:39:30 +0000
commitd416c85a375af03bc2afd1fde555abaf4c198b7e (patch)
tree44f108ea7e0d4f4097179c8c39a5b3141d818759 /pkgtools
parent522da887aa28653e70159dd51437a26e972661c4 (diff)
downloadpkgsrc-d416c85a375af03bc2afd1fde555abaf4c198b7e.tar.gz
It's LINK.c and not COMPILE.c when you want to produced a linked binary.
Bump version.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkgfind/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkgfind/Makefile b/pkgtools/pkgfind/Makefile
index 7f3b132705b..a9ce70eeb9f 100644
--- a/pkgtools/pkgfind/Makefile
+++ b/pkgtools/pkgfind/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2005/01/18 22:03:55 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/25 23:39:30 cube Exp $
-DISTNAME= pkgfind-20050118
+DISTNAME= pkgfind-20050125
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -20,7 +20,7 @@ do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
do-build:
- ${COMPILE.c} -o ${WRKSRC}/pkgfind ${WRKSRC}/pkgfind.c
+ ${LINK.c} -o ${WRKSRC}/pkgfind ${WRKSRC}/pkgfind.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pkgfind ${PREFIX}/bin/pkgfind