mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2923a6b6be
PR: ports/14294 Submitted by: Brian Handy <handy@physics.montana.edu>
17 lines
572 B
Plaintext
17 lines
572 B
Plaintext
--- 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 )
|
|
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)
|