diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
commit | 00d52a3e4c5bf9de39ce9d6095393f52407d69df (patch) | |
tree | c0750f82911803374c81b8cf05e2b96f037e2d8a /audio/flac123 | |
parent | - Mark BROKEN: does not build ("ValueError: too many values to unpack") (diff) |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
Diffstat (limited to 'audio/flac123')
-rw-r--r-- | audio/flac123/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile index 06a30eb75464..06431934b578 100644 --- a/audio/flac123/Makefile +++ b/audio/flac123/Makefile @@ -19,7 +19,6 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USES= autoreconf gmake -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README.remote PLIST_FILES= bin/flac123 |