diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-04-28 07:01:07 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-04-28 07:01:07 +0000 |
commit | 9edcdebca76b47fca44d31ebe03906e6402b761b (patch) | |
tree | cfdc42ee9acdafc42ee1518109e1900dcdc25433 /astro/astrometry/Makefile | |
parent | 8c83590e8b3229e978d8dd834d448f01764a1e99 (diff) |
Notes
Diffstat (limited to 'astro/astrometry/Makefile')
-rw-r--r-- | astro/astrometry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index cf8d690cfc77..3b1e077541dd 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= astrometry -PORTVERSION= 0.78 +PORTVERSION= 0.80 CATEGORIES= astro MASTER_SITES= http://astrometry.net/downloads/ DISTNAME= ${PORTNAME}.net-${PORTVERSION} @@ -23,7 +23,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ RUN_DEPENDS= ${PYNUMPY} USES= gmake jpeg pkgconfig python shebangfix -SHEBANG_FILES= bin/* blind/*.py sdss/*.py util/[!c]*.py util/casjobs.py +SHEBANG_FILES= bin/* blind/*.py sdss/*.py util/[!c]*.py USE_LDCONFIG= ${PREFIX}/${PORTNAME}/lib ALL_TARGET= all extra MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX}/${PORTNAME} \ |