summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-02-15 20:54:37 +0000
committerrillig <rillig@pkgsrc.org>2005-02-15 20:54:37 +0000
commita8200410c44520035311597ef0f1b0b28149dbc7 (patch)
tree51fcad664efb77b3ad1c5ee205ec51dba459a447
parenta16ef8076846125d723f48a0b6a726f261780e12 (diff)
downloadpkgsrc-a8200410c44520035311597ef0f1b0b28149dbc7.tar.gz
devel/rcs: Fixed a quoting error ($ => $$) in CONFIGURE_ENV. Bumped
PKGREVISION. Approved by xtraeme.
-rw-r--r--devel/rcs/Makefile6
-rw-r--r--doc/CHANGES3
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile
index 1e5f43e4c91..fa9292d6acd 100644
--- a/devel/rcs/Makefile
+++ b/devel/rcs/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --with-diffutils=gdiff
.endif
GNU_CONFIGURE= yes
-CONFIGURE_ENV= PATH=${LOCALBASE}/bin:$PATH
+CONFIGURE_ENV= PATH=${LOCALBASE}/bin:$$PATH
post-install:
${RM} -f ${PREFIX}/bin/rcslog
diff --git a/doc/CHANGES b/doc/CHANGES
index 8daebe27ebf..8339fdebd97 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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 @@ Changes to the packages collection and infrastructure in 2005:
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]