aboutsummaryrefslogtreecommitdiff
path: root/math/gsl/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-04 10:39:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-04 10:39:55 +0000
commitfe2c30401173e4ad93780bb3a35d67eb0a1e9aa7 (patch)
treead87621fffd34e6df610574fcc0920f46c9b88ea /math/gsl/Makefile
parent9922296f381a08012f89528e738f427e12138612 (diff)
Notes
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r--math/gsl/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index f5d87145562d..e0eaf2f6dd4f 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= ${PORTNAME}
.if !defined(NOPORTDOCS)
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GSLREF} ${GSLREFHTML}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GSLREF}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.endif
@@ -28,8 +28,7 @@ MAN3= gsl.3
INFO= gsl-ref
GSLREF= gsl-ref.ps.gz
-GSLREFHTML= gsl-ref-html.tar.gz
-IGNOREFILES= ${GSLREF} ${GSLREFHTML}
+IGNOREFILES= ${GSLREF}
post-extract:
${RM} -f ${WRKSRC}/doc/gsl-ref.info*
@@ -39,8 +38,6 @@ post-install:
@${MKDIR} ${PREFIX}/share/doc/gsl
${INSTALL_DATA} ${_DISTDIR}/${GSLREF} ${PREFIX}/share/doc/gsl
${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF}
- tar xfz ${_DISTDIR}/${GSLREFHTML} -C ${PREFIX}/share/doc/gsl
- cd ${PREFIX}/share/doc/gsl && ${LN} -s gsl-ref-html html
.endif
.include <bsd.port.mk>