- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-09-09 14:00:39 +00:00
parent ea40876709
commit c8291cbdac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396498

View file

@ -2,7 +2,7 @@
PORTNAME= postgis PORTNAME= postgis
PORTVERSION= 2.0.7 PORTVERSION= 2.0.7
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= databases geography CATEGORIES= databases geography
MASTER_SITES= http://download.osgeo.org/postgis/source/ MASTER_SITES= http://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 20 PKGNAMESUFFIX= 20
@ -47,6 +47,7 @@ SHEBANG_FILES= astyle.sh \
extras/tiger_geocoder/tiger_2010/legacy_import/tiger2008/import_tiger_shps.sh \ extras/tiger_geocoder/tiger_2010/legacy_import/tiger2008/import_tiger_shps.sh \
extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh \ extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh \
raster/test/regress/testgdalraster \ raster/test/regress/testgdalraster \
utils/postgis_restore.pl.in \
utils/uninstall_script utils/uninstall_script
LOADERGUI_CONFIGURE_WITH= gui LOADERGUI_CONFIGURE_WITH= gui