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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3