svn commit: r415889 - head/audio/flac123

Thomas Zander riggs at FreeBSD.org
Thu May 26 12:32:38 UTC 2016


Author: riggs
Date: Thu May 26 12:32:37 2016
New Revision: 415889
URL: https://svnweb.freebsd.org/changeset/ports/415889

Log:
  Fix build: Revert r415839 on audio/flac123
  
  Setting WRKSRC is needed due to use of DISTVERSIONSUFFIX in this port.

Modified:
  head/audio/flac123/Makefile

Modified: head/audio/flac123/Makefile
==============================================================================
--- head/audio/flac123/Makefile	Thu May 26 12:20:09 2016	(r415888)
+++ head/audio/flac123/Makefile	Thu May 26 12:32:37 2016	(r415889)
@@ -19,6 +19,7 @@ OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
 USES=		autoreconf gmake
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 PORTDOCS=	README.remote
 PLIST_FILES=	bin/flac123


More information about the svn-ports-all mailing list