aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-app-devel/files/patch-gimptool-2.0.in
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-24 18:42:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-24 18:42:38 +0000
commit3ee7c5c2fec3b09a24ba0ea16a630644bc87778b (patch)
tree37b284205660551f230649c9800c89f18490d93d /graphics/gimp-app-devel/files/patch-gimptool-2.0.in
parent3c16b3e70e1d056a4947cbe632e793921a32843c (diff)
- Remove gimp-devel for now, 2.2 is stable
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-gimptool-2.0.in')
-rw-r--r--graphics/gimp-app-devel/files/patch-gimptool-2.0.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/graphics/gimp-app-devel/files/patch-gimptool-2.0.in b/graphics/gimp-app-devel/files/patch-gimptool-2.0.in
deleted file mode 100644
index bb5c013c578e..000000000000
--- a/graphics/gimp-app-devel/files/patch-gimptool-2.0.in
+++ /dev/null
@@ -1,29 +0,0 @@
-
-$FreeBSD$
-
---- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002
-+++ gimptool-2.0.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)