aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2011-10-08 23:45:17 +0800
committerale <ale@FreeBSD.org>2011-10-08 23:45:17 +0800
commitc470ef5b7ab4c0308b692066992617fde810a79a (patch)
treec00f981393dece5f6926f68b03bc5deb4135292e /math
parent8c4518bbc2c17260ca287b870781310b08aa68e0 (diff)
downloadfreebsd-ports-gnome-c470ef5b7ab4c0308b692066992617fde810a79a.tar.gz
freebsd-ports-gnome-c470ef5b7ab4c0308b692066992617fde810a79a.tar.zst
freebsd-ports-gnome-c470ef5b7ab4c0308b692066992617fde810a79a.zip
Pet portlint and fix NOPORTDOCS.
PR: ports/161397 Submitted by: swills
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