pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgfind It's LINK.c and not COMPILE.c when yo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb8fda79eaab
branches:  trunk
changeset: 488228:bb8fda79eaab
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Jan 25 23:39:30 2005 +0000

description:
It's LINK.c and not COMPILE.c when you want to produced a linked binary.
Bump version.

diffstat:

 pkgtools/pkgfind/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 9579af579820 -r bb8fda79eaab pkgtools/pkgfind/Makefile
--- a/pkgtools/pkgfind/Makefile Tue Jan 25 23:27:34 2005 +0000
+++ b/pkgtools/pkgfind/Makefile Tue Jan 25 23:39:30 2005 +0000
@@ -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 @@
        @${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



Home | Main Index | Thread Index | Old Index