diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-05-17 05:13:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-05-17 05:13:27 +0800 |
commit | 0aaed2638334e06202b54dd49399591706902bf8 (patch) | |
tree | b6dcb93cfa2108b518db11767cd80e44dc280b4f /x11-toolkits/gtk20/Makefile | |
parent | e90efdc785427be8d3ec166f055e6f182df76fb5 (diff) | |
download | freebsd-ports-gnome-0aaed2638334e06202b54dd49399591706902bf8.tar.gz freebsd-ports-gnome-0aaed2638334e06202b54dd49399591706902bf8.tar.zst freebsd-ports-gnome-0aaed2638334e06202b54dd49399591706902bf8.zip |
Upgrade to 1.0.2,
move /usr/X11R6/share/aclocal/gtk.m4 to /usr/local/share/aclocal/gtk.m4
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index d06d981de3e2..bc283322d314 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gtk -# Version required: 1.0.1 +# Version required: 1.0.2 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.15 1998/04/17 13:21:17 erich Exp $ +# $Id: Makefile,v 1.16 1998/05/06 09:46:24 vanilla Exp $ # -DISTNAME= gtk+-1.0.1 -PKGNAME= gtk-1.0.1 +DISTNAME= gtk+-1.0.2 +PKGNAME= gtk-1.0.2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ @@ -19,6 +19,8 @@ USE_X11= yes CONFIGURE_ENV= INSTALL='/usr/bin/install -c' +MAN1= gtk-config.1 + pre-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ |