1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- Fix shebangs

This commit is contained in:
Dmitry Marakasov 2017-04-21 11:15:49 +00:00
parent 1daa2518bb
commit da9ae91039
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439060

View File

@ -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}