diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-05-26 12:32:37 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-05-26 12:32:37 +0000 |
commit | 0c85cf93ec78c2a4488052a5302e0219b3d026e3 (patch) | |
tree | 9381e075228029c0646c4be03dcbc92ceb5ba1dd /audio | |
parent | 595eb541b8754bc249ba2af0e16cab17d4a90cd7 (diff) | |
download | freebsd-ports-0c85cf93ec78c2a4488052a5302e0219b3d026e3.zip |
Fix build: Revert r415839 on audio/flac123
Setting WRKSRC is needed due to use of DISTVERSIONSUFFIX in this port.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flac123/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile index 06431934b578..06a30eb75464 100644 --- a/audio/flac123/Makefile +++ b/audio/flac123/Makefile @@ -19,6 +19,7 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USES= autoreconf gmake +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README.remote PLIST_FILES= bin/flac123 |