summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/files/patch-af
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2002-04-11 01:37:32 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2002-04-11 01:37:32 +0000
commit2c31c88e4bc58c65b2ffef54e9cdbe433f3e6c34 (patch)
tree0e1293f7357d805c7f1117ff2f2fadb1292acb60 /graphics/gimp-app-devel/files/patch-af
parentFix build problem on 5-current. (diff)
Upgrade to 1.2.3.
Notes
Notes: svn path=/head/; revision=57552
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-af')
-rw-r--r--graphics/gimp-app-devel/files/patch-af26
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/gimp-app-devel/files/patch-af b/graphics/gimp-app-devel/files/patch-af
deleted file mode 100644
index 83f0d440beea..000000000000
--- a/graphics/gimp-app-devel/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)