summaryrefslogtreecommitdiff
path: root/audio/aumix
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
committeragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
commita16b650423ebac0d6db54146c732a10b971237a4 (patch)
tree61b24a35333bd0bb01124d6015191764d7bafa22 /audio/aumix
parent48e28cf6cad6bf88a5da716ad8af07695b962574 (diff)
downloadpkgsrc-a16b650423ebac0d6db54146c732a10b971237a4.tar.gz
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
Diffstat (limited to 'audio/aumix')
-rw-r--r--audio/aumix/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common
index 362cf8844f2..ea8e4a81e24 100644
--- a/audio/aumix/Makefile.common
+++ b/audio/aumix/Makefile.common
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile.common,v 1.10 2013/10/14 13:02:39 roy Exp $
+# $NetBSD: Makefile.common,v 1.11 2017/01/19 18:52:02 agc Exp $
# used by audio/aumix/Makefile
# used by audio/aumix-gtk/Makefile
DISTNAME= aumix-2.9.1
PKGREVISION= 1
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aumix/} \
- http://jpj.net/~trevor/aumix/ \
- ${MASTER_SITE_SUNSITE:=apps/sound/mixers/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aumix/}
+MASTER_SITES+= http://jpj.net/~trevor/aumix/
+MASTER_SITES+= ${MASTER_SITE_SUNSITE:=apps/sound/mixers/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= trevor@jpj.net