aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3c
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-05 14:33:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-05 14:33:06 +0000
commit97cc16d054ebef449377129b5ce99920a90b307e (patch)
tree84a08bcb0fd30b313c122aad4ddffa70b5927f9b /audio/mp3c
parentdcc1aeb2136a6dc6ffe7f0e52ee7b6d1a62ff97a (diff)
downloadports-97cc16d054ebef449377129b5ce99920a90b307e.tar.gz
ports-97cc16d054ebef449377129b5ce99920a90b307e.zip
- Fix LOCALBASE misuse
Notes
Notes: svn path=/head/; revision=433413
Diffstat (limited to 'audio/mp3c')
-rw-r--r--audio/mp3c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3c/Makefile b/audio/mp3c/Makefile
index 63c6b268e1a8..2f0466d340e9 100644
--- a/audio/mp3c/Makefile
+++ b/audio/mp3c/Makefile
@@ -33,6 +33,6 @@ post-patch:
${WRKSRC}/src/conf.c
post-install:
- ${INSTALL_SCRIPT} ${FILESDIR}/cdrip.sh ${STAGEDIR}${LOCALBASE}/bin
+ ${INSTALL_SCRIPT} ${FILESDIR}/cdrip.sh ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>