diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
commit | beced671bdcb6ffe50e652d814ac803ba36386d8 (patch) | |
tree | 88eb9dbb4fc80b7d159c64e16db129bdd9b80aed /multimedia/tunapie/files/patch-install.sh | |
parent | Add the current SUSv4/Open Group Base Specifications Issue 7. (diff) |
Remove non staged ports without pending PR from m*
Notes
Notes:
svn path=/head/; revision=366962
Diffstat (limited to 'multimedia/tunapie/files/patch-install.sh')
-rw-r--r-- | multimedia/tunapie/files/patch-install.sh | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/multimedia/tunapie/files/patch-install.sh b/multimedia/tunapie/files/patch-install.sh deleted file mode 100644 index cd565d23c74b..000000000000 --- a/multimedia/tunapie/files/patch-install.sh +++ /dev/null @@ -1,27 +0,0 @@ ---- install.sh 2008-06-08 00:20:38.000000000 +0200 -+++ install.sh.port 2008-06-28 18:24:30.000000000 +0200 -@@ -1,14 +1,12 @@ - #!/bin/sh --if [ "$1" = "--adult" ]; then echo '1'>/etc/tunapie.config --else echo '0'>/etc/tunapie.config -+if [ "$1" = "--adult" ]; then echo '1'>%%LOCALBASE%%/etc/tunapie.config.default -+else echo '0'>%%LOCALBASE%%/etc/tunapie.config.default - fi --python src/compile --cp tunapie /usr/local/bin --rm -rf /usr/local/share/tunapie --mkdir /usr/local/share/tunapie --cp src/*.py src/*.pyc src/*.png /usr/local/share/tunapie --mkdir -p /usr/local/share/pixmaps --cp src/tplogo.xpm /usr/local/share/pixmaps/ --mkdir -p /usr/local/man/man1 --cp tunapie.1 /usr/local/man/man1 --cp tunapie.desktop /usr/local/share/applications -+%%PYTHON_CMD%% %%PYTHON_LIBDIR%%/compileall.py src -+cp tunapie %%PREFIX%%/bin -+mkdir %%DATADIR%% -+cp src/*.py src/*.pyc src/*.png %%DATADIR%% -+mkdir -p %%DATADIR%%/pixmaps -+cp src/tplogo.xpm %%DATADIR%%/pixmaps/ -+ln -s %%DATADIR%%/pixmaps/tplogo.xpm %%PREFIX%%/share/pixmaps/tplogo.xpm -+cp tunapie.desktop %%DESKTOPDIR%% |