diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-30 16:24:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-30 16:24:08 +0000 |
commit | cc2170c384d0245cc774e076cd41ea8ae01de347 (patch) | |
tree | dc674d40ddafb5a9ce2d14e94e98f2d44d08c680 /x11-toolkits/libgail-gnome | |
parent | 41d38932d16bd3609891da085cd3a0a2ab3cb164 (diff) | |
download | ports-cc2170c384d0245cc774e076cd41ea8ae01de347.tar.gz ports-cc2170c384d0245cc774e076cd41ea8ae01de347.zip |
Notes
Diffstat (limited to 'x11-toolkits/libgail-gnome')
-rw-r--r-- | x11-toolkits/libgail-gnome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile index 25e7346b104d..098042044608 100644 --- a/x11-toolkits/libgail-gnome/Makefile +++ b/x11-toolkits/libgail-gnome/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgail-gnome PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta4 @@ -23,8 +23,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome2 \ - --datadir=${PREFIX}/share/gnome2 \ +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc \ --enable-static |