From 940372217eab59303e6776e4eb779f10ff00f0c2 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 31 Oct 2002 23:30:36 +0000 Subject: BUILDLINK_X11PKG_DIR is no more. --- math/R/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math') diff --git a/math/R/Makefile b/math/R/Makefile index ada9761c670..272245b4e81 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2002/09/26 05:36:48 markd Exp $ +# $NetBSD: Makefile,v 1.40 2002/10/31 23:30:36 jlam Exp $ DISTNAME= R-1.5.1 CATEGORIES= math @@ -76,7 +76,6 @@ post-configure: ( cd ${WRKSRC}; \ for file in src/scripts/R.sh src/scripts/f77 etc/Makeconf; do \ ${SED} -e "s|${BUILDLINK_X11_DIR}/|${X11BASE}/|g" \ - -e "s|${BUILDLINK_X11PKG_DIR}/|${X11BASE}/|g" \ -e "s|${BUILDLINK_DIR}/|${LOCALBASE}/|g" $${file} > $${file}.fix; \ ${MV} $${file}.fix $${file}; \ done; \ -- cgit v1.2.3