diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-01 00:24:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-01 00:24:08 +0800 |
commit | c98f6892f4f0d95aac77f1ee651a617bf1145103 (patch) | |
tree | a3645be7b661c4235cdd220f7193bf931fa613fc /x11/libgnome | |
parent | 078001fa10dcccd539e2c371d15b802d012b1469 (diff) | |
download | freebsd-ports-gnome-c98f6892f4f0d95aac77f1ee651a617bf1145103.tar.gz freebsd-ports-gnome-c98f6892f4f0d95aac77f1ee651a617bf1145103.tar.zst freebsd-ports-gnome-c98f6892f4f0d95aac77f1ee651a617bf1145103.zip |
Move back to share/gnome as a datadir.
The GNOME 2.0 APIs can be installed right along with the GNOME 1.4 APIs, but
the desktops will be mutually independent. That is, you will not be
able to install gnomedesktop, for example, on the same machine as gnomecore.
However, you will be able to install the GNOME 2.0 desktop, and use all your
favorite GNOME 1.4 applications (like gaim, AbiWord, Evolution, etc.).
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 5 | ||||
-rw-r--r-- | x11/libgnome/pkg-plist | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 00507f8ecc22..1c986a31a809 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgnome PORTVERSION= 1.115.0 +PORTREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta4 @@ -25,8 +26,8 @@ USE_ESOUND= yes USE_BISON= 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 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist index 13630cf4f7ff..e1676446683f 100644 --- a/x11/libgnome/pkg-plist +++ b/x11/libgnome/pkg-plist @@ -108,9 +108,9 @@ share/doc/libgnome/x2848.html share/doc/libgnome/x3213.html share/doc/libgnome/x4055.html share/doc/libgnome/x9.html -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/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/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 @@ -136,9 +136,9 @@ 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/gnome2/sgml/docbook/gnome-customization-0.1 -@dirrm share/gnome2/sgml/docbook -@dirrm share/gnome2/sgml +@dirrm share/gnome/sgml/docbook/gnome-customization-0.1 +@dirrm share/gnome/sgml/docbook +@dirrm share/gnome/sgml @dirrm share/doc/libgnome @dirrm include/libgnome-2.0/libgnome @dirrm include/libgnome-2.0 |