diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-24 10:53:22 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-24 10:53:22 +0000 |
commit | 881d8c9226315e17a608c3381ce1ace43755b2fc (patch) | |
tree | 302f5abf4f184be195478333a4638a61cdf8ced3 /math | |
parent | a46de7ed0c4941ad3a26343b0c63be4dea2f47b7 (diff) | |
download | pkgsrc-881d8c9226315e17a608c3381ce1ace43755b2fc.tar.gz |
Replace WRAPPER_BINDIR reference with real path in generated file.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index d3a7336597f..fd20563d8ed 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.151 2014/07/24 21:33:03 markd Exp $ +# $NetBSD: Makefile,v 1.152 2014/09/24 10:53:22 jperkin Exp $ DISTNAME= R-3.1.1 CATEGORIES= math @@ -129,6 +129,10 @@ INSTALL_SCRIPT= ${INSTALL} ${COPY} -m ${BINMODE} #BUILD_DEPENDS+= tex-mptopdf-[0-9]*:../../graphics/tex-mptopdf #BUILD_DEPENDS+= tex-pdftex-def-[0-9]*:../../print/tex-pdftex +SUBST_CLASSES+= fixwrap +SUBST_STAGE.fixwrap= post-build +SUBST_FILES.fixwrap= libtool +SUBST_SED.fixwrap= -e "s,${WRAPPER_BINDIR}/libtool-fortran,${PKG_LIBTOOL},g" BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3 BUILDLINK_API_DEPENDS.bzip2+= bzip2>=1.0.5 |