diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-30 16:24:08 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-30 16:24:08 +0000 |
commit | c98f6892f4f0d95aac77f1ee651a617bf1145103 (patch) | |
tree | a3645be7b661c4235cdd220f7193bf931fa613fc /x11/gnomedesktop/Makefile | |
parent | 078001fa10dcccd539e2c371d15b802d012b1469 (diff) | |
download | FreeBSD-ports-c98f6892f4f0d95aac77f1ee651a617bf1145103.zip FreeBSD-ports-c98f6892f4f0d95aac77f1ee651a617bf1145103.tar.gz |
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/gnomedesktop/Makefile')
-rw-r--r-- | x11/gnomedesktop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnomedesktop/Makefile b/x11/gnomedesktop/Makefile index c13b963..70b18cc 100644 --- a/x11/gnomedesktop/Makefile +++ b/x11/gnomedesktop/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomedesktop PORTVERSION= 1.5.17 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta4 @@ -24,8 +25,8 @@ USE_GMAKE= 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 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |