diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 01:32:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 01:32:17 +0000 |
commit | 4ac9759733f754dc13afbed8d7cbf4333f4079fc (patch) | |
tree | 50df9846861efc7ef05ae103697e6538561b7a4d /math/gmp | |
parent | 619c030e2913c3bf8ad3081c9857cc01856c8438 (diff) | |
download | ports-4ac9759733f754dc13afbed8d7cbf4333f4079fc.tar.gz ports-4ac9759733f754dc13afbed8d7cbf4333f4079fc.zip |
Notes
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 6 | ||||
-rw-r--r-- | math/gmp/pkg-plist | 9 |
2 files changed, 5 insertions, 10 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index bc4cdb37bdab..2cc1d7f11964 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgmp PORTVERSION= 4.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -19,9 +19,13 @@ COMMENT= A free library for arbitrary precision arithmetic USE_REINPLACE= yes USE_LIBTOOL= yes +CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-cxx --enable-mpfr INSTALLS_SHLIB= yes +post-extract: + @rm -f ${WRKSRC}/gmp.info* + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | \ ${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g' diff --git a/math/gmp/pkg-plist b/math/gmp/pkg-plist index 482489ee0b2a..ddb561708978 100644 --- a/math/gmp/pkg-plist +++ b/math/gmp/pkg-plist @@ -6,15 +6,6 @@ include/mpfr.h include/mpfrxx.h @unexec install-info --delete %D/info/gmp.info %D/info/dir info/gmp.info -info/gmp.info-1 -info/gmp.info-2 -info/gmp.info-3 -info/gmp.info-4 -info/gmp.info-5 -info/gmp.info-6 -info/gmp.info-7 -info/gmp.info-8 -info/gmp.info-9 @exec install-info %D/info/gmp.info %D/info/dir @unexec install-info --delete %D/info/mpfr.info %D/info/dir info/mpfr.info |