pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc devel/rcs: Fixed a quoting error ($ => $$) in CONF...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1087cbfe3605
branches: trunk
changeset: 489059:1087cbfe3605
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Feb 15 20:54:37 2005 +0000
description:
devel/rcs: Fixed a quoting error ($ => $$) in CONFIGURE_ENV. Bumped
PKGREVISION. Approved by xtraeme.
diffstat:
devel/rcs/Makefile | 6 +++---
doc/CHANGES | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 95a49056fb76 -r 1087cbfe3605 devel/rcs/Makefile
--- a/devel/rcs/Makefile Tue Feb 15 20:46:20 2005 +0000
+++ b/devel/rcs/Makefile Tue Feb 15 20:54:37 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2003/09/02 09:42:55 martti Exp $
+# $NetBSD: Makefile,v 1.16 2005/02/15 20:54:37 rillig Exp $
#
DISTNAME= rcs-5.7
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=rcs/}
@@ -20,7 +20,7 @@
.endif
GNU_CONFIGURE= yes
-CONFIGURE_ENV= PATH=${LOCALBASE}/bin:$PATH
+CONFIGURE_ENV= PATH=${LOCALBASE}/bin:$$PATH
post-install:
${RM} -f ${PREFIX}/bin/rcslog
diff -r 95a49056fb76 -r 1087cbfe3605 doc/CHANGES
--- a/doc/CHANGES Tue Feb 15 20:46:20 2005 +0000
+++ b/doc/CHANGES Tue Feb 15 20:54:37 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9149 2005/02/15 20:46:21 rillig Exp $
+$NetBSD: CHANGES,v 1.9150 2005/02/15 20:54:37 rillig Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -885,3 +885,4 @@
Updated fontforge to 20050209 [adam 2005-02-15]
Updated awstats to 6.3nb4 [minskim 2005-02-15]
Updated jabberd2 to 2.0s6nb1 [rillig 2005-02-15]
+ Updated rcs to 5.7nb3 [rillig 2005-02-15]
Home |
Main Index |
Thread Index |
Old Index