From a8200410c44520035311597ef0f1b0b28149dbc7 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 15 Feb 2005 20:54:37 +0000 Subject: devel/rcs: Fixed a quoting error ($ => $$) in CONFIGURE_ENV. Bumped PKGREVISION. Approved by xtraeme. --- devel/rcs/Makefile | 6 +++--- doc/CHANGES | 3 ++- 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] -- cgit v1.2.3