pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOR...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c16bfbe9df43
branches: trunk
changeset: 471742:c16bfbe9df43
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Mar 30 18:32:32 2004 +0000
description:
Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead.
diffstat:
audio/libmikmod/Makefile | 4 ++--
devel/apache-ant/Makefile | 4 ++--
security/chkrootkit/Makefile | 4 ++--
textproc/crimson/Makefile | 4 ++--
www/ap2-auth-mysql/Makefile | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r 3a6dbebf03b7 -r c16bfbe9df43 audio/libmikmod/Makefile
--- a/audio/libmikmod/Makefile Tue Mar 30 18:27:32 2004 +0000
+++ b/audio/libmikmod/Makefile Tue Mar 30 18:32:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/03/23 04:41:00 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2004/03/30 18:32:32 jlam Exp $
DISTNAME= libmikmod_3.1.10
PKGNAME= libmikmod-3.1.10
@@ -16,7 +16,7 @@
USE_MAKEINFO= yes
INFO_FILES= mikmod.info
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CONFIGURE_ARGS+= --disable-threads
.include "../../mk/bsd.prefs.mk"
diff -r 3a6dbebf03b7 -r c16bfbe9df43 devel/apache-ant/Makefile
--- a/devel/apache-ant/Makefile Tue Mar 30 18:27:32 2004 +0000
+++ b/devel/apache-ant/Makefile Tue Mar 30 18:32:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/29 17:28:33 tv Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/30 18:32:33 jlam Exp $
#
# NOTE: if you are depending on ant from another package, please be aware that
# the ant team has CHANGED the version numbering scheme. A previous version
@@ -21,7 +21,7 @@
# Up to version 1.5.1 inclusive this was known as "jakarta-ant".
CONFLICTS= jakarta-ant*
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= # defined
EXTRACT_CMD_OPTS.zip= -Caq
diff -r 3a6dbebf03b7 -r c16bfbe9df43 security/chkrootkit/Makefile
--- a/security/chkrootkit/Makefile Tue Mar 30 18:27:32 2004 +0000
+++ b/security/chkrootkit/Makefile Tue Mar 30 18:32:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 15:33:52 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2004/03/30 18:32:33 jlam Exp $
#
DISTNAME= chkrootkit
@@ -12,7 +12,7 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
DIST_SUBDIR= ${PKGNAME}
USE_GNU_TOOLS+= make
USE_BUILDLINK3= yes
diff -r 3a6dbebf03b7 -r c16bfbe9df43 textproc/crimson/Makefile
--- a/textproc/crimson/Makefile Tue Mar 30 18:27:32 2004 +0000
+++ b/textproc/crimson/Makefile Tue Mar 30 18:32:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/20 12:26:49 agc Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/30 18:32:33 jlam Exp $
#
# We use the binary distribution of crimson because otherwise we
# have a bootstrap-loop between apache-ant and crimson, each of which
@@ -13,7 +13,7 @@
HOMEPAGE= http://xml.apache.org/crimson/
COMMENT= Apache.org implementation of JAXP, SAX, and DOM
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_JAVA= run
USE_BUILDLINK2= # defined
NO_CONFIGURE= # defined
diff -r 3a6dbebf03b7 -r c16bfbe9df43 www/ap2-auth-mysql/Makefile
--- a/www/ap2-auth-mysql/Makefile Tue Mar 30 18:27:32 2004 +0000
+++ b/www/ap2-auth-mysql/Makefile Tue Mar 30 18:32:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/03/26 02:27:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/03/30 18:32:33 jlam Exp $
#
DISTNAME= mod_auth_mysql.c
@@ -17,7 +17,7 @@
DIST_SUBDIR= ap2-auth-mysql
EXTRACT_ONLY= ${DISTNAME}.gz
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= yes
NO_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index