Date: Fri, 21 Apr 2017 11:15:50 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439060 - head/astro/astrometry Message-ID: <201704211115.v3LBFone052554@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 21 11:15:49 2017 New Revision: 439060 URL: https://svnweb.freebsd.org/changeset/ports/439060 Log: - Fix shebangs Modified: head/astro/astrometry/Makefile Modified: head/astro/astrometry/Makefile ============================================================================== --- head/astro/astrometry/Makefile Fri Apr 21 11:15:36 2017 (r439059) +++ head/astro/astrometry/Makefile Fri Apr 21 11:15:49 2017 (r439060) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704211115.v3LBFone052554>