diff options
author | erich <erich@FreeBSD.org> | 1998-03-18 02:36:44 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1998-03-18 02:36:44 +0800 |
commit | d0d0a96baa163f40c7beb7feeac198f0f3c57a9e (patch) | |
tree | 58a571f6960069be90f2d699dc976c749ba4f0bf /x11-toolkits/gtk20/Makefile | |
parent | 11c8cd9fbffae4720344557e6cfb36fd21c6d818 (diff) | |
download | freebsd-ports-gnome-d0d0a96baa163f40c7beb7feeac198f0f3c57a9e.tar.gz freebsd-ports-gnome-d0d0a96baa163f40c7beb7feeac198f0f3c57a9e.tar.zst freebsd-ports-gnome-d0d0a96baa163f40c7beb7feeac198f0f3c57a9e.zip |
upgrade to 0.99.7
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 286d930f4678..99e432493753 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,11 +3,12 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.10 1998/03/09 02:52:55 steve Exp $ +# $Id: Makefile,v 1.11 1998/03/14 19:47:58 vanilla Exp $ # -DISTNAME= gtk+-0.99.5 -PKGNAME= gtk-0.99.5 +DISTNAME= gtk+-0.99.7 +PKGNAME= gtk-0.99.7 + CATEGORIES= x11 MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v0.99/ @@ -17,6 +18,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_X11= yes +CONFIGURE_ENV= INSTALL='/usr/bin/install -c' + pre-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ |