diff options
author | jlam <jlam> | 2002-10-31 23:30:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-10-31 23:30:36 +0000 |
commit | 40b662c156f7f113906ff6ac180469d8d66f8e81 (patch) | |
tree | 67ec63c154fe938f957078c7b39aa98ad4db8eb0 | |
parent | 70d4c9eacf544796f0bd2b3e85df86a25ffc031a (diff) | |
download | pkgsrc-40b662c156f7f113906ff6ac180469d8d66f8e81.tar.gz |
BUILDLINK_X11PKG_DIR is no more.
-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; \ |