summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-06 07:29:52 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-06 07:29:52 +0000
commit0e9cc421df8d212e9b7a4394ff0219536ddfc149 (patch)
tree867d837fa981766a77227ec372707eb779584ef1 /x11-themes
parentAdd missed "@dirrm share/doc/Sharity-Light". (diff)
Ensure that ${PREFIX}/lib/gtk/themes/engines directory exists before
installation. Submitted by: bento
Notes
Notes: svn path=/head/; revision=29247
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/xenophilia/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-themes/xenophilia/Makefile b/x11-themes/xenophilia/Makefile
index 50159f8b3d5d..2352d024c850 100644
--- a/x11-themes/xenophilia/Makefile
+++ b/x11-themes/xenophilia/Makefile
@@ -18,4 +18,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
ALL_TARGET=
+pre-install:
+ @${MKDIR} ${PREFIX}/lib/gtk/themes/engines
+
.include <bsd.port.mk>