svn commit: r489196 - head/audio/bambootracker

Emanuel Haupt ehaupt at FreeBSD.org
Thu Jan 3 18:11:30 UTC 2019


Author: ehaupt
Date: Thu Jan  3 18:11:29 2019
New Revision: 489196
URL: https://svnweb.freebsd.org/changeset/ports/489196

Log:
  Remove superfluous variable assignment modifier

Modified:
  head/audio/bambootracker/Makefile

Modified: head/audio/bambootracker/Makefile
==============================================================================
--- head/audio/bambootracker/Makefile	Thu Jan  3 18:10:20 2019	(r489195)
+++ head/audio/bambootracker/Makefile	Thu Jan  3 18:11:29 2019	(r489196)
@@ -6,7 +6,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.4
 CATEGORIES=	audio
 MASTER_SITES=	LOCAL/ehaupt:extras
-DISTFILES+=	${PORTNAME}-extras-${EXTRASVERSION}${EXTRACT_SUFX}:extras
+DISTFILES=	${PORTNAME}-extras-${EXTRASVERSION}${EXTRACT_SUFX}:extras
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Music tracker for the Yamaha YM2608 (OPNA) sound chip


More information about the svn-ports-all mailing list