aboutsummaryrefslogtreecommitdiff
path: root/x11/libgnome/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-30 16:24:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-30 16:24:08 +0000
commitcc2170c384d0245cc774e076cd41ea8ae01de347 (patch)
treedc674d40ddafb5a9ce2d14e94e98f2d44d08c680 /x11/libgnome/Makefile
parent41d38932d16bd3609891da085cd3a0a2ab3cb164 (diff)
Notes
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r--x11/libgnome/Makefile5
1 files changed, 3 insertions, 2 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"