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 | 6c1c396c56ae38a8df6750e427997ef504d4c10f (patch) | |
tree | e7e2e1667396bd77635d35208ef556682ad28925 /audio | |
parent | 0e9f22caed7dee8a39af042b862f6d6fb65ceccf (diff) | |
download | pkgsrc-6c1c396c56ae38a8df6750e427997ef504d4c10f.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 |