aboutsummaryrefslogtreecommitdiff
path: root/astro/astrometry
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-21 11:15:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-21 11:15:49 +0000
commitda9ae9103909fc48e2a70851e6e684d7f854d8dc (patch)
tree43b94616a432617a99e999730d90664b315daa52 /astro/astrometry
parent1daa2518bb0b167a7d69fd33466d2a4eb9249c48 (diff)
downloadports-da9ae9103909fc48e2a70851e6e684d7f854d8dc.tar.gz
ports-da9ae9103909fc48e2a70851e6e684d7f854d8dc.zip
- Fix shebangs
Notes
Notes: svn path=/head/; revision=439060
Diffstat (limited to 'astro/astrometry')
-rw-r--r--astro/astrometry/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile
index 180916ffe559..4487f0b17d8f 100644
--- a/astro/astrometry/Makefile
+++ b/astro/astrometry/Makefile
@@ -3,6 +3,7 @@
PORTNAME= astrometry
PORTVERSION= 0.65
+PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= http://www.astrometry.net/downloads/
DISTNAME= ${PORTNAME}.net-${PORTVERSION}
@@ -19,7 +20,8 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
libnetpbm.so:graphics/netpbm
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= gmake jpeg pkgconfig python tar:bzip2
+USES= gmake jpeg pkgconfig python shebangfix tar:bzip2
+SHEBANG_FILES= blind/*.py util/*.py sdss/*.py
USE_LDCONFIG= ${PREFIX}/${PORTNAME}/lib
ALL_TARGET= all extra
MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX}/${PORTNAME}