summaryrefslogtreecommitdiff
path: root/graphics/gimp-app/files/patch-af
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /graphics/gimp-app/files/patch-af
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'graphics/gimp-app/files/patch-af')
-rw-r--r--graphics/gimp-app/files/patch-af26
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/gimp-app/files/patch-af b/graphics/gimp-app/files/patch-af
deleted file mode 100644
index 83f0d440beea..000000000000
--- a/graphics/gimp-app/files/patch-af
+++ /dev/null
@@ -1,26 +0,0 @@
---- gimptool.in.orig Thu Apr 27 02:07:40 2000
-+++ gimptool.in Thu Mar 15 05:55:24 2001
-@@ -234,19 +234,19 @@
- | --uninstall-script | --uninstall-admin-script )
- case $1 in
- --*install-bin)
-- install_cmd="@INSTALL_PROGRAM@"
-+ install_cmd="@INSTALL_SCRIPT@"
- install_dir="$HOME/@gimpdir@/plug-ins"
- ;;
- --install-bin-strip)
-- install_cmd="@INSTALL_PROGRAM@ -s"
-+ install_cmd="@INSTALL_SCRIPT@ -s"
- install_dir="$HOME/@gimpdir@/plug-ins"
- ;;
- --*install-admin-bin)
-- install_cmd="@INSTALL_PROGRAM@"
-+ install_cmd="@INSTALL_SCRIPT@"
- install_dir="$gimpplugindir/plug-ins"
- ;;
- --install-admin-bin-strip)
-- install_cmd="@INSTALL_PROGRAM@ -s"
-+ install_cmd="@INSTALL_SCRIPT@ -s"
- install_dir="$gimpplugindir/plug-ins"
- ;;
- --*install-script)