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 | |
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')
-rw-r--r-- | math/gsl/Makefile | 20 | ||||
-rw-r--r-- | math/gsl/distinfo | 1 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 2 |
3 files changed, 2 insertions, 21 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) diff --git a/math/gsl/distinfo b/math/gsl/distinfo index a578db852b1a..a29a961f9f4b 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,3 +1,2 @@ SHA256 (gsl-1.15.tar.gz) = 85b907e57902e2b7606ef3aef960302ffdd13bd9dc5b8fcbfa75e4f0bf340ea3 SIZE (gsl-1.15.tar.gz) = 3281134 -SHA256 (gsl-ref.ps.gz) = IGNORE diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 257040f8b3f5..9cb20e79ff73 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -230,6 +230,4 @@ lib/libgslcblas.so lib/libgslcblas.so.0 libdata/pkgconfig/gsl.pc share/aclocal/gsl.m4 -%%PORTDOCS%%%%DOCSDIR%%/gsl-ref.ps -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/gsl |