aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeprintui/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-04-23 05:16:39 +0800
committermarcus <marcus@FreeBSD.org>2002-04-23 05:16:39 +0800
commit8e0006dd57b7ffb8094d8be3061257194bf7f65e (patch)
tree58dde3985de4daa2404dbda635db1d05f4e22a8e /x11-toolkits/libgnomeprintui/Makefile
parentc08d1a4a0e71e547a8f5b11c278c2480909c8730 (diff)
downloadfreebsd-ports-gnome-8e0006dd57b7ffb8094d8be3061257194bf7f65e.tar.gz
freebsd-ports-gnome-8e0006dd57b7ffb8094d8be3061257194bf7f65e.tar.zst
freebsd-ports-gnome-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-toolkits/libgnomeprintui/Makefile')
-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" \