summaryrefslogtreecommitdiff
path: root/x11-toolkits/eazel-themes
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-18 12:07:28 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-18 12:07:28 +0000
commit8441e13b5a88ae19c1298a8dec3ab39bde31b707 (patch)
tree046ec2b72865d111313431db6d4193730663d05a /x11-toolkits/eazel-themes
parentPass PTHREAD_CFLAGS/PTHREAD_LIBS to the configure - this should fix the port (diff)
Explicitly pass --datadir and --localstatedir to the configure script to
prevent bsd.gnome.mk from supplying its own versions instead. Submitted by: bento
Notes
Notes: svn path=/head/; revision=45219
Diffstat (limited to 'x11-toolkits/eazel-themes')
-rw-r--r--x11-toolkits/eazel-themes/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/eazel-themes/Makefile b/x11-toolkits/eazel-themes/Makefile
index d0c4ddf4910e..69fe274b3d2d 100644
--- a/x11-toolkits/eazel-themes/Makefile
+++ b/x11-toolkits/eazel-themes/Makefile
@@ -25,6 +25,8 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
+CONFIGURE_ARGS= --localstatedir=${X11BASE}/share \
+ --datadir=${X11BASE}/share
post-extract:
@find ${WRKSRC}/../.. -type f | grep -v eazel-engine | xargs ${CHMOD} 644