aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp/files/patch-gimptool-1.3.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp/files/patch-gimptool-1.3.in')
-rw-r--r--graphics/gimp/files/patch-gimptool-1.3.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/graphics/gimp/files/patch-gimptool-1.3.in b/graphics/gimp/files/patch-gimptool-1.3.in
deleted file mode 100644
index a79ae307827d..000000000000
--- a/graphics/gimp/files/patch-gimptool-1.3.in
+++ /dev/null
@@ -1,29 +0,0 @@
-
-$FreeBSD$
-
---- gimptool-1.3.in.orig Tue Jan 15 12:21:05 2002
-+++ gimptool-1.3.in Fri May 17 20:46:18 2002
-@@ -215,19 +215,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)