aboutsummaryrefslogtreecommitdiff
path: root/math/crlibm
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-18 09:24:03 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-18 09:24:03 +0000
commit2caca6722d6096d8fcb88b5ec6c459d032876d5f (patch)
treeec9a56bd6589cfdc1257449a0041735e117e8e71 /math/crlibm
parentf3c8787552ce56c21bce000632b5de60477bc165 (diff)
downloadports-2caca6722d6096d8fcb88b5ec6c459d032876d5f.tar.gz
ports-2caca6722d6096d8fcb88b5ec6c459d032876d5f.zip
1: Stagify.
2: new syntax of LIB_DEPENDS. Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=358235
Diffstat (limited to 'math/crlibm')
-rw-r--r--math/crlibm/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/crlibm/Makefile b/math/crlibm/Makefile
index aeabcec47992..a99fc4921e1c 100644
--- a/math/crlibm/Makefile
+++ b/math/crlibm/Makefile
@@ -25,7 +25,6 @@ OPTIONS_DEFINE= TEST
OPTIONS_DEFAULT= TEST
TEST_DESC= Include all test capabilities (requires MPFR)
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if make(makesum) || ${PORT_OPTIONS:MDOCS}
DISTFILES+= crlibm-1.0beta3.pdf:2,4 tripledoubleprocedures-1.0beta3.pdf:3,4
@@ -49,7 +48,7 @@ CONFIGURE_ARGS+= --enable-sse2
.if ${PORT_OPTIONS:MTEST}
CONFIGURE_ARGS+= --enable-mpfr
-LIB_DEPENDS+= mpfr.4:${PORTSDIR}/math/mpfr
+LIB_DEPENDS+= libmpfr.so:${PORTSDIR}/math/mpfr
.else
CONFIGURE_ARGS+= --disable-mpfr
.endif
@@ -62,8 +61,8 @@ check regression-test test: build
PORTDOCS= ${DISTFILES:C|\:.*||:M*.pdf}
post-install:
- @${MKDIR} ${DOCSDIR}
- @cd ${_DISTDIR}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @cd ${_DISTDIR}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif