aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeprintui
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-05-01 00:24:08 +0800
committermarcus <marcus@FreeBSD.org>2002-05-01 00:24:08 +0800
commitc98f6892f4f0d95aac77f1ee651a617bf1145103 (patch)
treea3645be7b661c4235cdd220f7193bf931fa613fc /x11-toolkits/libgnomeprintui
parent078001fa10dcccd539e2c371d15b802d012b1469 (diff)
downloadfreebsd-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-toolkits/libgnomeprintui')
-rw-r--r--x11-toolkits/libgnomeprintui/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile
index 996fb40e7ec9..6f00d876f4ba 100644
--- a/x11-toolkits/libgnomeprintui/Makefile
+++ b/x11-toolkits/libgnomeprintui/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libgnomeprintui
PORTVERSION= 1.112.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta4
@@ -25,8 +25,8 @@ USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_BISON= 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
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \