mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
00a723407e
a repo-copy from ports/graphics/gimp1 and connect it to the build. Prompted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
30 lines
958 B
Groff
30 lines
958 B
Groff
|
|
$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)
|