diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-22 21:16:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-22 21:16:39 +0000 |
commit | 7c4831e33ae81da7c369fbd812212674a31482f3 (patch) | |
tree | c16eeb583cc7524d888c1b1de7ff715fe7313037 /x11-toolkits/libgail-gnome/Makefile | |
parent | d3e81d6c5595d904bf7f7ef1da6fd0c436bad402 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/libgail-gnome/Makefile')
-rw-r--r-- | x11-toolkits/libgail-gnome/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile index 7c3efc48f874..31d2ee44f6f0 100644 --- a/x11-toolkits/libgail-gnome/Makefile +++ b/x11-toolkits/libgail-gnome/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgail-gnome PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta3 @@ -22,8 +23,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome2 \ + --datadir=${PREFIX}/share/gnome2 \ --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc \ --enable-static |