1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/graphics/gimp-devel/files/patch-af

17 lines
572 B
Plaintext
Raw Normal View History

--- gimptool.in.orig Wed Aug 25 18:49:22 1999
+++ gimptool.in Tue Oct 12 13:31:37 1999
@@ -209,11 +209,11 @@
| --uninstall-script | --uninstall-admin-script )
1999-02-20 19:31:51 +00:00
case $1 in
--*install-bin)
1999-02-20 19:31:51 +00:00
- 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"
1999-02-20 19:31:51 +00:00
install_dir="$HOME/@gimpdir@/plug-ins"
;;
--*install-admin-bin)