Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2019 18:11:29 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489196 - head/audio/bambootracker
Message-ID:  <201901031811.x03IBTDp099858@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Music tracker for the Yamaha YM2608 (OPNA) sound chip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901031811.x03IBTDp099858>