summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig>2005-02-15 20:54:37 +0000
committerrillig <rillig>2005-02-15 20:54:37 +0000
commitd56abb8dba6ad84435ed42875a9fa7aa8007923b (patch)
tree51fcad664efb77b3ad1c5ee205ec51dba459a447 /devel
parentfb3d0f560b622ba7ade27cb234eedc91ad231078 (diff)
downloadpkgsrc-d56abb8dba6ad84435ed42875a9fa7aa8007923b.tar.gz
devel/rcs: Fixed a quoting error ($ => $$) in CONFIGURE_ENV. Bumped
PKGREVISION. Approved by xtraeme.
Diffstat (limited to 'devel')
-rw-r--r--devel/rcs/Makefile6
1 files changed, 3 insertions, 3 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