summaryrefslogtreecommitdiff
path: root/x11-toolkits/libgnomeprintui
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-22 21:16:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-22 21:16:39 +0000
commit7c4831e33ae81da7c369fbd812212674a31482f3 (patch)
treec16eeb583cc7524d888c1b1de7ff715fe7313037 /x11-toolkits/libgnomeprintui
parentOops, stop the server before everything. (diff)
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
Notes
Notes: svn path=/head/; revision=58005
Diffstat (limited to 'x11-toolkits/libgnomeprintui')
-rw-r--r--x11-toolkits/libgnomeprintui/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile
index 80cedd10efbf..e4e3433f7dbc 100644
--- a/x11-toolkits/libgnomeprintui/Makefile
+++ b/x11-toolkits/libgnomeprintui/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgnomeprintui
PORTVERSION= 1.112.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta3
@@ -24,8 +25,8 @@ USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_BISON= 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 \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \