diff options
Diffstat (limited to 'graphics/gimpshop/files/patch-gimptool-1.3.in')
-rw-r--r-- | graphics/gimpshop/files/patch-gimptool-1.3.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/gimpshop/files/patch-gimptool-1.3.in b/graphics/gimpshop/files/patch-gimptool-1.3.in new file mode 100644 index 000000000000..a79ae307827d --- /dev/null +++ b/graphics/gimpshop/files/patch-gimptool-1.3.in @@ -0,0 +1,29 @@ + +$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) |