diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-10-14 09:11:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-10-14 09:11:19 +0000 |
commit | 0fa56c08b1eae63dc02d0092f022f344184fb8f2 (patch) | |
tree | ca9ce5ecf3dedd75a02c976d5fdc5e7a991f6c60 /graphics/gimp-app-devel/files/patch-gimptool-2.0.in | |
parent | Simple commandline wrapper around gpg that makes it store its passphrase (diff) |
- Readd gimp-devel
Approved by: portmgr (marcus, kris)
Notes
Notes:
svn path=/head/; revision=175287
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-gimptool-2.0.in')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-gimptool-2.0.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/files/patch-gimptool-2.0.in b/graphics/gimp-app-devel/files/patch-gimptool-2.0.in new file mode 100644 index 000000000000..d97dc2a31c6c --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-gimptool-2.0.in @@ -0,0 +1,30 @@ + +$FreeBSD$ + $MCom: ports/graphics/gimp-devel/files/patch-gimptool-2.0.in,v 1.3 2005/06/28 05:40:04 adamw Exp $ + +--- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 ++++ gimptool-2.0.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) |