diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-31 23:30:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-31 23:30:36 +0000 |
commit | 940372217eab59303e6776e4eb779f10ff00f0c2 (patch) | |
tree | 67ec63c154fe938f957078c7b39aa98ad4db8eb0 /math | |
parent | c261e8807c348292c41d6f0125da22033f396b98 (diff) | |
download | pkgsrc-940372217eab59303e6776e4eb779f10ff00f0c2.tar.gz |
BUILDLINK_X11PKG_DIR is no more.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 3 |
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; \ |