From 40088107fdab3d434f53f8b7f197deb901c61103 Mon Sep 17 00:00:00 2001 From: bf Date: Wed, 28 Dec 2011 06:40:15 +0000 Subject: simplify the port and shrink the package by removing the extra PostScript documents --- math/gsl/Makefile | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'math/gsl/Makefile') 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) -- cgit