diff options
Diffstat (limited to 'astro/astrometry/Makefile')
-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} |