diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-25 00:06:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-25 00:06:45 +0000 |
commit | 97cb359803d8a24f1305db089732c73afb2b3b4e (patch) | |
tree | 8cb703e244e15b12789b6ca2182cf6591decc27e /german | |
parent | a8d17167517deeeaabe3303fbbe26a21652b806d (diff) |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/BBBike/Makefile | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile index 2eb6c0216e82..e17637af196b 100644 --- a/german/BBBike/Makefile +++ b/german/BBBike/Makefile @@ -3,7 +3,7 @@ PORTNAME= BBBike PORTVERSION= 3.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= german MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION} @@ -16,7 +16,35 @@ RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \ p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C \ p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File -USES= perl5 +USES= perl5 shebangfix +perl_OLD_CMD= /usr/perl5.8.0/bin/perl5.8.0 perl +SHEBANG_FILES= ESRI/Makefile.PL \ + ESRI/esri2bbd.pl \ + ESRI/t/shapefile.t \ + GIS/globe_to_bbd.pl \ + Makefile.PL \ + bbbikeapplet \ + cgi/*.cgi \ + cgi/bbbike.psgi \ + cgi/httpi \ + cgi/mksymlinks \ + cgi/runbbbikecgi \ + ext/BBBikeXS/Makefile.PL \ + ext/BBBikeXS/t/*.t \ + ext/Strassen-Inline/Makefile.PL \ + ext/Strassen-Inline/t/*.t \ + ext/Strassen-Inline/t/common.pl \ + ext/Strassen-Inline2/Makefile.PL \ + ext/Strassen-Inline2/t/*.t \ + ext/Strassen-Inline2/t/common.pl \ + ext/StrassenNetz-CNetFile/Makefile.PL \ + ext/StrassenNetz-CNetFile/t/base.t \ + ext/VectorUtil-Inline/Makefile.PL \ + ext/VectorUtil-Inline/t/*.t \ + ext/VirtArray/Makefile.PL \ + lib/parse_wetterkarte \ + miscsrc/*.pl \ + tkbikepwr POD2MAN= pod2man MYDESTDIR= ${STAGEDIR}${PREFIX}/BBBike |