diff options
author | bf <bf@FreeBSD.org> | 2011-12-28 14:40:15 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-12-28 14:40:15 +0800 |
commit | 40088107fdab3d434f53f8b7f197deb901c61103 (patch) | |
tree | 09e84d3f1c51c9fb12e459dd2438b3873649d7d7 /math/gsl/Makefile | |
parent | 212788b5f53bf1dbabb119f5c500805cfb624d91 (diff) | |
download | freebsd-ports-gnome-40088107fdab3d434f53f8b7f197deb901c61103.tar.gz freebsd-ports-gnome-40088107fdab3d434f53f8b7f197deb901c61103.tar.zst freebsd-ports-gnome-40088107fdab3d434f53f8b7f197deb901c61103.zip |
simplify the port and shrink the package by removing the extra
PostScript documents
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r-- | math/gsl/Makefile | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 92e7277b3925..315942d97fe8 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -7,15 +7,9 @@ PORTNAME= gsl PORTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \ - http://www.gnu.org/software/${PORTNAME}/manual/:gslref -MASTER_SITE_SUBDIR= ${PORTNAME}/:gsl -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gsl -.if !defined(NOPORTDOCS) -DISTFILES+= ${GSLREF}:gslref -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -.endif +MASTER_SITES= GNU MAINTAINER= bf@FreeBSD.org COMMENT= The GNU Scientific Library - mathematical libs @@ -30,19 +24,9 @@ MAN1= gsl-config.1 gsl-randist.1 gsl-histogram.1 MAN3= gsl.3 INFO= gsl-ref -GSLREF= gsl-ref.ps.gz -IGNOREFILES= ${GSLREF} - post-extract: @${RM} -f ${WRKSRC}/doc/gsl-ref.info* -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/gsl - ${INSTALL_DATA} ${_DISTDIR}/${GSLREF} ${PREFIX}/share/doc/gsl - ${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF} -.endif - check regression-test test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \ ${MAKE_ARGS} check) |