summaryrefslogtreecommitdiff
path: root/www/bins/files
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-23 20:10:43 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-23 20:10:43 +0000
commit066ca66c430496759d47f36d468af88b718f5b97 (patch)
tree9127581e5b425fffc98de720644e415351cd9064 /www/bins/files
parentDepend on compat4x on -CURRENT, since it is linked again libc.4 (diff)
New port bins version 1.1.18: Tool to generate HTML photo albums
with XML support
Notes
Notes: svn path=/head/; revision=70895
Diffstat (limited to 'www/bins/files')
-rw-r--r--www/bins/files/extra-patch-install.sh41
1 files changed, 41 insertions, 0 deletions
diff --git a/www/bins/files/extra-patch-install.sh b/www/bins/files/extra-patch-install.sh
new file mode 100644
index 000000000000..110917bffb6a
--- /dev/null
+++ b/www/bins/files/extra-patch-install.sh
@@ -0,0 +1,41 @@
+--- install.sh.orig Sat Nov 23 09:40:01 2002
++++ install.sh Sat Nov 23 09:40:58 2002
+@@ -60,12 +60,11 @@
+ mkdir -p $BIN 2>/dev/null || true
+ if [ -w $BIN ] ; then
+ echo "Installing program files in $BIN"
+- cp bins bins_edit bins-edit-gui $BIN
++ cp bins bins_edit $BIN
+ chmod a+rx $BIN/bins
+ chmod a+rx $BIN/bins_edit
+- chmod a+rx $BIN/bins-edit-gui
+ perl -pi -e "s{/usr/local/share}{$SHARE}g" \
+- $BIN/bins $BIN/bins_edit $BIN/bins-edit-gui
++ $BIN/bins $BIN/bins_edit
+ return 0
+ else
+ echo "Cannot write to $BIN directory."
+@@ -124,13 +123,6 @@
+ fi
+ fi
+
+-# additionnal files
+-mkdir -p $GLADE 2>/dev/null || true
+-if [ -w $GLADE ] ; then
+- echo "Installing additionnal files in $GLADE"
+- cp bins-edit-gui.glade $GLADE
+-fi
+-
+ # man pages
+ mkdir -p $MAN 2>/dev/null || true
+ if [ -w $MAN ] ; then
+@@ -146,9 +138,6 @@
+ do
+ mkdir -p $LOCALE/$L/LC_MESSAGES 2>/dev/null || true
+ cp intl/$L.mo $LOCALE/$L/LC_MESSAGES/bins.mo
+- if [ -f intl/gui-$L.mo ]; then
+- cp intl/gui-$L.mo $LOCALE/$L/LC_MESSAGES/bins-edit-gui.mo
+- fi
+ done
+ else
+ cat <<!EoF