summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-themes/nimbus/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-themes/nimbus/Makefile b/x11-themes/nimbus/Makefile
index bc3e3e2e5b1a..c9649d87d602 100644
--- a/x11-themes/nimbus/Makefile
+++ b/x11-themes/nimbus/Makefile
@@ -28,6 +28,8 @@ CONFIGURE_ARGS= --localedir=${PREFIX}/share/locale
post-patch:
@${REINPLACE_CMD} -e 's|$${libdir}/locale|$${datadir}/locale|' \
${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' \
+ ${WRKSRC}/configure
pre-configure:
@(cd ${WRKSRC} && ${INTLTOOLIZE} -f)