diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-22 21:16:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-22 21:16:39 +0000 |
commit | 8e0006dd57b7ffb8094d8be3061257194bf7f65e (patch) | |
tree | 58dde3985de4daa2404dbda635db1d05f4e22a8e /x11-toolkits/libbonoboui | |
parent | c08d1a4a0e71e547a8f5b11c278c2480909c8730 (diff) | |
download | FreeBSD-ports-8e0006dd57b7ffb8094d8be3061257194bf7f65e.zip FreeBSD-ports-8e0006dd57b7ffb8094d8be3061257194bf7f65e.tar.gz |
Change the GNOME 2.0 library ports to use share/gnome2 instead of share/gnome
in preparation for the GNOME 2.0 desktop.
Reviewed by: sobomax
Approved by: sobomax
Diffstat (limited to 'x11-toolkits/libbonoboui')
-rw-r--r-- | x11-toolkits/libbonoboui/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/libbonoboui/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index 852b189..a9341f8 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -7,6 +7,7 @@ PORTNAME= libbonoboui PORTVERSION= 1.113.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta3 @@ -22,8 +23,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome2 \ + --datadir=${PREFIX}/share/gnome2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/x11-toolkits/libbonoboui/pkg-plist b/x11-toolkits/libbonoboui/pkg-plist index 64e394a..1a5788b 100644 --- a/x11-toolkits/libbonoboui/pkg-plist +++ b/x11-toolkits/libbonoboui/pkg-plist @@ -39,7 +39,7 @@ lib/libbonoboui-2.so.0 lib/libglade/2.0/libbonobo.so libdata/bonobo/servers/Bonobo_Sample_Controls.server libdata/pkgconfig/libbonoboui-2.0.pc -share/gnome/gnome-2.0/ui/Bonobo_Sample_Hello.xml +share/gnome2/gnome-2.0/ui/Bonobo_Sample_Hello.xml share/locale/az/LC_MESSAGES/libbonoboui-2.0.mo share/locale/bg/LC_MESSAGES/libbonoboui-2.0.mo share/locale/ca/LC_MESSAGES/libbonoboui-2.0.mo |