summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-31 23:30:36 +0000
committerjlam <jlam@pkgsrc.org>2002-10-31 23:30:36 +0000
commit940372217eab59303e6776e4eb779f10ff00f0c2 (patch)
tree67ec63c154fe938f957078c7b39aa98ad4db8eb0 /math/R
parentc261e8807c348292c41d6f0125da22033f396b98 (diff)
downloadpkgsrc-940372217eab59303e6776e4eb779f10ff00f0c2.tar.gz
BUILDLINK_X11PKG_DIR is no more.
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile3
1 files changed, 1 insertions, 2 deletions
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; \