aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-05-31 07:25:44 +0800
committeritetcu <itetcu@FreeBSD.org>2009-05-31 07:25:44 +0800
commit0e015b042104c0efd2e220906e1a86bb94f4e42c (patch)
tree15e2cfea3e982402a83cf30295f0822fb3ef6391 /audio
parent7401f0465c308bd41bc8d55e8425c29b054e5743 (diff)
downloadfreebsd-ports-gnome-0e015b042104c0efd2e220906e1a86bb94f4e42c.tar.gz
freebsd-ports-gnome-0e015b042104c0efd2e220906e1a86bb94f4e42c.tar.zst
freebsd-ports-gnome-0e015b042104c0efd2e220906e1a86bb94f4e42c.zip
Fix install with custom PREFIX. It failed because wrongly used LIBDIR in the
distributed Makefile having its value set from MAKE_ENV. Change pushed upstream. Submitted by: itetcu@ Reported by: QATty Approved by: maintainer
Diffstat (limited to 'audio')
-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