summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-31 23:30:36 +0000
committerjlam <jlam>2002-10-31 23:30:36 +0000
commit2055368aa1b8cdc27a2b0fc9809205445190330f (patch)
tree67ec63c154fe938f957078c7b39aa98ad4db8eb0 /math
parentb8db0fc5f9b73c47e1cc8468bbd7c35061bd1f59 (diff)
downloadpkgsrc-2055368aa1b8cdc27a2b0fc9809205445190330f.tar.gz
BUILDLINK_X11PKG_DIR is no more.
Diffstat (limited to 'math')
-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; \