mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
674 B
Plaintext
21 lines
674 B
Plaintext
|
--- gimptool.in.orig Sat Feb 20 19:48:58 1999
|
||
|
+++ gimptool.in Sat Feb 20 19:49:37 1999
|
||
|
@@ -198,7 +198,7 @@
|
||
|
| --install-script | --install-admin-script)
|
||
|
case $1 in
|
||
|
--install-bin)
|
||
|
- install_cmd="@INSTALL_PROGRAM@"
|
||
|
+ install_cmd="@INSTALL_SCRIPT@"
|
||
|
install_dir="$HOME/@gimpdir@/plug-ins"
|
||
|
;;
|
||
|
--install-bin-strip)
|
||
|
@@ -206,7 +206,7 @@
|
||
|
install_dir="$HOME/@gimpdir@/plug-ins"
|
||
|
;;
|
||
|
--install-admin-bin)
|
||
|
- install_cmd="@INSTALL_PROGRAM@"
|
||
|
+ install_cmd="@INSTALL_SCRIPT@"
|
||
|
install_dir="$plug_in_dir/plug-ins"
|
||
|
;;
|
||
|
--install-admin-bin-strip)
|