svn commit: r433413 - head/audio/mp3c

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 5 14:33:07 UTC 2017


Author: amdmi3
Date: Sun Feb  5 14:33:06 2017
New Revision: 433413
URL: https://svnweb.freebsd.org/changeset/ports/433413

Log:
  - Fix LOCALBASE misuse

Modified:
  head/audio/mp3c/Makefile

Modified: head/audio/mp3c/Makefile
==============================================================================
--- head/audio/mp3c/Makefile	Sun Feb  5 14:31:49 2017	(r433412)
+++ head/audio/mp3c/Makefile	Sun Feb  5 14:33:06 2017	(r433413)
@@ -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>


More information about the svn-ports-all mailing list