aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-22 09:25:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-22 09:25:44 +0000
commit5cf0569ebb87d322dd46158bb70774c5327a70f7 (patch)
treee91c9a8c6f2b89cd24bbaaf5787f222813e4a7b5 /astro
parent23a875c3c3374159f07c876061cbdd066eb16633 (diff)
downloadports-5cf0569ebb87d322dd46158bb70774c5327a70f7.tar.gz
ports-5cf0569ebb87d322dd46158bb70774c5327a70f7.zip
- Fix shebangs
Notes
Notes: svn path=/head/; revision=439143
Diffstat (limited to 'astro')
-rw-r--r--astro/gpsd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile
index e257b9f15e51..ced605213c23 100644
--- a/astro/gpsd/Makefile
+++ b/astro/gpsd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gpsd
PORTVERSION= 3.14
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= astro geography
MASTER_SITES= SAVANNAH
@@ -16,9 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \
xsltproc:textproc/libxslt
-USES= cpe pathfix pkgconfig python scons
+USES= cpe pathfix pkgconfig python scons shebangfix
CPE_VENDOR= gpsd_project
USE_RC_SUBR= gpsd
+SHEBANG_FILES= *.py gps/*.py gegps xgps gpscat xgpsspeed gpsprof \
+ gpsfake
MAKE_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig"
MAKE_ENV= DESTDIR="${STAGEDIR}"