pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Prevent paths to the build directories from being incl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c36155a0b76a
branches: trunk
changeset: 496199:c36155a0b76a
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jun 24 16:44:15 2005 +0000
description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
diffstat:
games/xboard/Makefile | 5 +++--
textproc/icu/Makefile | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (43 lines):
diff -r 23834ee9470c -r c36155a0b76a games/xboard/Makefile
--- a/games/xboard/Makefile Fri Jun 24 16:24:23 2005 +0000
+++ b/games/xboard/Makefile Fri Jun 24 16:44:15 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2005/06/01 18:02:52 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2005/06/24 16:49:08 kristerw Exp $
DISTNAME= xboard-4.2.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
@@ -11,6 +11,7 @@
CONFIGURE_ARGS+= --enable-xpm
CONFIGURE_ARGS+= --enable-zippy # interface to ICS
+CONFIGURE_ENV+= PERLPATH="${PERL5}"
GNU_CONFIGURE= # defined
INFO_FILES= xboard.info
diff -r 23834ee9470c -r c36155a0b76a textproc/icu/Makefile
--- a/textproc/icu/Makefile Fri Jun 24 16:24:23 2005 +0000
+++ b/textproc/icu/Makefile Fri Jun 24 16:44:15 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2005/05/22 20:08:34 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2005/06/24 16:44:15 kristerw Exp $
#
DISTNAME= icu-3.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.software.ibm.com/software/globalization/icu/${PKGVERSION}/
EXTRACT_SUFX= .tgz
@@ -19,6 +19,7 @@
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-static
+CONFIGURE_ENV+= U_MAKE="${TOOLS_GMAKE}"
# ICU's configure script will automatically append "/icu" to the sysconfdir.
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
Home |
Main Index |
Thread Index |
Old Index