diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 22:20:10 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 22:20:10 +0000 |
commit | c8027fbc79eec33d83cef3e98d1e580e702847ab (patch) | |
tree | 6226a5e03ae1642f714cec7b205b0d890b8db646 /graphics/gimp-app-devel | |
parent | 346d17e89df9eae5b8978f156de7ed37f0686477 (diff) | |
download | ports-c8027fbc79eec33d83cef3e98d1e580e702847ab.tar.gz ports-c8027fbc79eec33d83cef3e98d1e580e702847ab.zip |
Notes
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimp-app-devel/files/patch-af | 16 |
2 files changed, 14 insertions, 3 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index be16df4668a7..c6a70c1510f4 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gimp PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v${PORTVERSION}/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PORTVERSION}/ \ diff --git a/graphics/gimp-app-devel/files/patch-af b/graphics/gimp-app-devel/files/patch-af index 87ce6b507805..83f0d440beea 100644 --- a/graphics/gimp-app-devel/files/patch-af +++ b/graphics/gimp-app-devel/files/patch-af @@ -1,6 +1,6 @@ ---- gimptool.in.orig Wed Aug 25 18:49:22 1999 -+++ gimptool.in Tue Oct 12 13:31:37 1999 -@@ -209,11 +209,11 @@ +--- gimptool.in.orig Thu Apr 27 02:07:40 2000 ++++ gimptool.in Thu Mar 15 05:55:24 2001 +@@ -234,19 +234,19 @@ | --uninstall-script | --uninstall-admin-script ) case $1 in --*install-bin) @@ -14,3 +14,13 @@ 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) |