diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-23 05:16:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-23 05:16:39 +0800 |
commit | 8e0006dd57b7ffb8094d8be3061257194bf7f65e (patch) | |
tree | 58dde3985de4daa2404dbda635db1d05f4e22a8e /x11 | |
parent | c08d1a4a0e71e547a8f5b11c278c2480909c8730 (diff) | |
download | freebsd-ports-graphics-8e0006dd57b7ffb8094d8be3061257194bf7f65e.tar.gz freebsd-ports-graphics-8e0006dd57b7ffb8094d8be3061257194bf7f65e.tar.zst freebsd-ports-graphics-8e0006dd57b7ffb8094d8be3061257194bf7f65e.zip |
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')
-rw-r--r-- | x11/libgnome/Makefile | 5 | ||||
-rw-r--r-- | x11/libgnome/pkg-plist | 14 |
2 files changed, 10 insertions, 9 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 978fb24ac0c..4545ede7403 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgnome PORTVERSION= 1.114.0 +PORTREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta3 @@ -25,8 +26,8 @@ USE_ESOUND= yes USE_BISON= 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 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist index a9185c9d237..c2110a41fc8 100644 --- a/x11/libgnome/pkg-plist +++ b/x11/libgnome/pkg-plist @@ -90,9 +90,9 @@ share/doc/libgnome/x2848.html share/doc/libgnome/x3212.html share/doc/libgnome/x4054.html share/doc/libgnome/x9.html -share/gnome/sgml/docbook/gnome-customization-0.1/gnome-custom.xsl -share/gnome/sgml/docbook/gnome-customization-0.1/gnome-customization.xsl -share/gnome/sgml/docbook/gnome-customization-0.1/l10n.xml +share/gnome2/sgml/docbook/gnome-customization-0.1/gnome-custom.xsl +share/gnome2/sgml/docbook/gnome-customization-0.1/gnome-customization.xsl +share/gnome2/sgml/docbook/gnome-customization-0.1/l10n.xml share/locale/az/LC_MESSAGES/libgnome-2.0.mo share/locale/da/LC_MESSAGES/libgnome-2.0.mo share/locale/de/LC_MESSAGES/libgnome-2.0.mo @@ -118,10 +118,10 @@ share/locale/uk/LC_MESSAGES/libgnome-2.0.mo share/locale/wa/LC_MESSAGES/libgnome-2.0.mo share/locale/zh_CN/LC_MESSAGES/libgnome-2.0.mo share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo -@dirrm share/gnome/sgml/docbook/gnome-customization-0.1 -@dirrm share/gnome/sgml/docbook -@dirrm share/gnome/sgml -@dirrm share/gnome +@dirrm share/gnome2/sgml/docbook/gnome-customization-0.1 +@dirrm share/gnome2/sgml/docbook +@dirrm share/gnome2/sgml +@dirrm share/gnome2 @dirrm share/doc/libgnome @dirrm include/libgnome-2.0/libgnome @dirrm include/libgnome-2.0 |