summaryrefslogtreecommitdiff
path: root/astro/wcslib/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2023-11-28 13:11:01 +0000
committerWen Heping <wen@FreeBSD.org>2023-11-28 13:40:35 +0000
commit205b2e0ca050602ab8930678ce0e3a1446761128 (patch)
treeacfcf8c4de6292e0717ba806940832256e0c1c92 /astro/wcslib/Makefile
parentmath/mpfr: optionalize INFO (diff)
astro/wcslib: Update to 8.2.1
Diffstat (limited to 'astro/wcslib/Makefile')
-rw-r--r--astro/wcslib/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile
index 1aab030dcd1d..c82ef4fbb9b6 100644
--- a/astro/wcslib/Makefile
+++ b/astro/wcslib/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wcslib
-PORTVERSION= 8.1
+PORTVERSION= 8.2.1
CATEGORIES= astro
MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/software/wcslib/
@@ -12,6 +12,8 @@ LICENSE= GPLv3
USES= tar:bzip2 gmake fortran
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --docdir=${DOCSDIR}
+
MAKEFILE= GNUmakefile
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes
@@ -38,10 +40,4 @@ post-patch:
@${REINPLACE_CMD} -e 's#%%PKGDIR%%#${STAGEDIR}${PREFIX}/libdata#g' \
${WRKSRC}/GNUmakefile
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES README COPYING COPYING.LESSER wcslib.pdf ${STAGEDIR}${DOCSDIR})
- ${MKDIR} ${STAGEDIR}${DOCSDIR}/html
- (cd ${WRKSRC}/html && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}/html)
-
.include <bsd.port.mk>