diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-13 12:25:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-13 12:25:18 +0000 |
commit | 4ccd42a49325fe29715b210c2bf9effbcb2814de (patch) | |
tree | e7e2e1667396bd77635d35208ef556682ad28925 /audio | |
parent | 75d2bd6d9a3b9a399e66eaa66a99ebd1d61d4434 (diff) | |
download | pkgsrc-4ccd42a49325fe29715b210c2bf9effbcb2814de.tar.gz |
Fix MASTER_SITES.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index 5b12b47061c..ee9de6be2e3 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2014/02/13 10:10:06 mrg Exp $ +# $NetBSD: Makefile,v 1.31 2014/02/13 12:25:18 wiz Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound5-${CSOUND_VERSION} CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/csound5/Csound5.19/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/csound5/csound5.19/} WRKSRC= ${WRKDIR}/Csound${CSOUND_VERSION} MAINTAINER= pkgsrc-users@NetBSD.org |