Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2017 14:33:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433413 - head/audio/mp3c
Message-ID:  <201702051433.v15EX6gS014273@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702051433.v15EX6gS014273>