diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 19:15:49 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 19:15:49 +0800 |
commit | da9ae9103909fc48e2a70851e6e684d7f854d8dc (patch) | |
tree | 43b94616a432617a99e999730d90664b315daa52 /astro | |
parent | 1daa2518bb0b167a7d69fd33466d2a4eb9249c48 (diff) | |
download | freebsd-ports-gnome-da9ae9103909fc48e2a70851e6e684d7f854d8dc.tar.gz freebsd-ports-gnome-da9ae9103909fc48e2a70851e6e684d7f854d8dc.tar.zst freebsd-ports-gnome-da9ae9103909fc48e2a70851e6e684d7f854d8dc.zip |
- Fix shebangs
Diffstat (limited to 'astro')
-rw-r--r-- | astro/astrometry/Makefile | 4 |
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} |