Date: Thu, 26 May 2016 12:32:37 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415889 - head/audio/flac123 Message-ID: <201605261232.u4QCWbhd032426@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605261232.u4QCWbhd032426>