aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/exaile-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/exaile-devel/Makefile b/audio/exaile-devel/Makefile
index ad62a48cc73c..c8a3e33a3f78 100644
--- a/audio/exaile-devel/Makefile
+++ b/audio/exaile-devel/Makefile
@@ -69,7 +69,7 @@ RUN_DEPENDS+= py*-sexy>=0.1.9:${PORTSDIR}/x11-toolkits/py-sexy
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|PREFIX \?=|PREFIX =|;s|LIBDIR \?=|LIBDIR =|' \
+ @${REINPLACE_CMD} -e 's|LIBDIR|LIBINSTALLDIR|g' \
${WRKSRC}/Makefile
.if defined(WITHOUT_NLS)
@${REINPLACE_CMD} -e 's|exaile\.mo|SKIP_NLS_HACK|' ${WRKSRC}/Makefile