diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-18 10:51:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-18 10:51:53 +0000 |
commit | e3b8eb4cd93ba522d0edaa75740db52e8833c375 (patch) | |
tree | 39fe5bdbe7b8b494c244578c28e6b439f1993383 /x11-toolkits/gtk30 | |
parent | cc5c7d26d5c7d7b2a3bc52db3ccd107909cd7b91 (diff) | |
download | ports-e3b8eb4cd93ba522d0edaa75740db52e8833c375.tar.gz ports-e3b8eb4cd93ba522d0edaa75740db52e8833c375.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 931e59c95cfe..6c1e45f51bb7 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.28 1998/11/02 17:21:20 vanilla Exp $ +# $Id: Makefile,v 1.29 1998/11/17 15:22:02 vanilla Exp $ # DISTNAME= gtk+-1.1.2 @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11 -MAN1= gtk11-config.1 +MAN1= gtk-config.1 pre-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ |