pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Use PKGNAME_NOREV for WRKSRC; fixes bulk build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/953905cf4858
branches:  trunk
changeset: 471353:953905cf4858
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 27 21:32:13 2004 +0000

description:
Use PKGNAME_NOREV for WRKSRC; fixes bulk build.

diffstat:

 audio/abcde/Makefile                    |  4 ++--
 chat/xchat-systray-integration/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r b943e9b35314 -r 953905cf4858 audio/abcde/Makefile
--- a/audio/abcde/Makefile      Sat Mar 27 17:33:28 2004 +0000
+++ b/audio/abcde/Makefile      Sat Mar 27 21:32:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/03/26 02:27:34 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2004/03/27 21:32:13 wiz Exp $
 
 DISTNAME=      abcde_2.1.15.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -17,7 +17,7 @@
 DEPENDS+=      wget>=1.7:../../net/wget
 
 NO_BUILD=      # defined
-WRKSRC=                ${WRKDIR}/${PKGNAME}
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
 EGDIR=         ${PREFIX}/share/examples/abcde
 
diff -r b943e9b35314 -r 953905cf4858 chat/xchat-systray-integration/Makefile
--- a/chat/xchat-systray-integration/Makefile   Sat Mar 27 17:33:28 2004 +0000
+++ b/chat/xchat-systray-integration/Makefile   Sat Mar 27 21:32:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:35 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/27 21:32:41 wiz Exp $
 
 DISTNAME=      xchat-systray-integration-2.4.0-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -12,7 +12,7 @@
 
 DEPENDS=       xchat>=2.0:../../chat/xchat2
 
-WRKSRC=                ${WRKDIR}/${PKGNAME}
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 USE_BUILDLINK3=        yes
 USE_GNU_TOOLS+=        make
 



Home | Main Index | Thread Index | Old Index