diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-10 00:37:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-10 00:37:40 +0800 |
commit | bba3f3d2d8fd18f6d09535faa4a38e14ad590ad8 (patch) | |
tree | 8d8e951d252f381512c80fdf2310bc97d54fa9a7 /net-p2p | |
parent | b0ad8b6eb3cc03f60101225dbcdf459bb722fb4a (diff) | |
download | freebsd-ports-gnome-bba3f3d2d8fd18f6d09535faa4a38e14ad590ad8.tar.gz freebsd-ports-gnome-bba3f3d2d8fd18f6d09535faa4a38e14ad590ad8.tar.zst freebsd-ports-gnome-bba3f3d2d8fd18f6d09535faa4a38e14ad590ad8.zip |
- Fix shebangs
MFH: 2015Q2
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/eiskaltdcpp-data/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/eiskaltdcpp-data/Makefile b/net-p2p/eiskaltdcpp-data/Makefile index b23eb9c8d992..c7e6e021c7e3 100644 --- a/net-p2p/eiskaltdcpp-data/Makefile +++ b/net-p2p/eiskaltdcpp-data/Makefile @@ -12,7 +12,13 @@ LICENSE= GPLv3 MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib -USES= cmake +USES= cmake shebangfix +SHEBANG_FILES= data/examples/commands.ru_RU.UTF-8.php \ + data/examples/deadbeef.ru_RU.UTF-8.sh \ + data/examples/mod.amarok.sh \ + data/examples/mpris_now_playing.en_US.sh \ + data/examples/xmms2_audacious2.ru_RU.UTF-8.php \ + data/update_geoip NO_ARCH= yes NO_BUILD= yes INSTALLS_ICONS= yes |