aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2011-10-08 15:45:17 +0000
committerAlex Dupre <ale@FreeBSD.org>2011-10-08 15:45:17 +0000
commita151c359fd88f4de334bdc73ac8da509ae196fe9 (patch)
tree856fc9d954089d39bc465f6f245b73ff800e8a61 /math
parent629e9527d42edb3b70c0a8bd6d4f1023b1b5b261 (diff)
downloadports-a151c359fd88f4de334bdc73ac8da509ae196fe9.tar.gz
ports-a151c359fd88f4de334bdc73ac8da509ae196fe9.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/mpfr/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index 5d33b7bbf3e8..842be7a8a356 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -18,14 +18,14 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= ale@FreeBSD.org
COMMENT= A library for multiple-precision floating-point computations
+LICENSE= LGPL3
+LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
+
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
PATCHLEVEL= 1
PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
-LICENSE= LGPL3
-LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
-
USE_AUTOTOOLS= libtool
USE_GNOME= ltverhack
@@ -43,6 +43,8 @@ PORTDOCS= *
post-patch:
@${REINPLACE_CMD} 's/install-nobase_dist_docDATA$$//' \
${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} 's/install-data-am: install-dist_docDATA/install-data-am:/' \
+ ${WRKSRC}/doc/Makefile.in
.endif
regression-test: build