diff options
Diffstat (limited to 'devel/cvs/Makefile')
-rw-r--r-- | devel/cvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 29bdc5df16c..77ddf70feff 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2000/08/10 17:00:39 thorpej Exp $ +# $NetBSD: Makefile,v 1.29 2000/08/28 09:14:50 jlam Exp $ # DISTNAME= cvs-1.10 @@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --with-krb4=no CFLAGS+= -DLOCALID=\"\\\"${RCS_LOCALID}\\\"\" .endif -CONFIGURE_ENV+= perl_path=${LOCALBASE}/bin/perl +CONFIGURE_ENV+= perl_path=${PERL5} INFO_FILES= cvs.info cvsclient.info |