svn commit: r557484 - head/audio/mp3val
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 10 21:30:13 UTC 2020
Author: sunpoet
Date: Thu Dec 10 21:30:07 2020
New Revision: 557484
URL: https://svnweb.freebsd.org/changeset/ports/557484
Log:
Cosmetic change
Modified:
head/audio/mp3val/Makefile
Modified: head/audio/mp3val/Makefile
==============================================================================
--- head/audio/mp3val/Makefile Thu Dec 10 21:30:02 2020 (r557483)
+++ head/audio/mp3val/Makefile Thu Dec 10 21:30:07 2020 (r557484)
@@ -5,16 +5,17 @@ PORTNAME= mp3val
PORTVERSION= 0.1.8
DISTVERSIONSUFFIX= -src
CATEGORIES= audio
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
+MASTER_SITES= SF/mp3val/mp3val/mp3val%20${PORTVERSION}
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Program for MPEG audio stream validation
LICENSE= GPLv2
+USES= gmake
+
ALL_TARGET= mp3val
MAKEFILE= Makefile.linux
-USES= gmake
PLIST_FILES= bin/mp3val
More information about the svn-ports-all
mailing list