summaryrefslogtreecommitdiff
path: root/audio/ardour
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-09-17 06:40:39 +0000
committernia <nia@pkgsrc.org>2021-09-17 06:40:39 +0000
commit07940c5b2f8d73838b75961ebbba6fca90205783 (patch)
tree4855ec47ee6519ae606313aa3989e2569212ac9f /audio/ardour
parent9d162d1d45c071d74ada3dfd414f6b35f7fa5451 (diff)
downloadpkgsrc-07940c5b2f8d73838b75961ebbba6fca90205783.tar.gz
ardour: Point at LOCAL_PORTS since someone uploaded a non-matching
distfile over mine.
Diffstat (limited to 'audio/ardour')
-rw-r--r--audio/ardour/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile
index f1e00953bae..0096ee368d3 100644
--- a/audio/ardour/Makefile
+++ b/audio/ardour/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2021/09/11 16:33:11 nia Exp $
+# $NetBSD: Makefile,v 1.54 2021/09/17 06:40:39 nia Exp $
DISTNAME= Ardour-6.9.0
PKGNAME= ${DISTNAME:tl}
@@ -6,7 +6,7 @@ CATEGORIES= audio
# currently, distfiles must be downloaded by hand from ardour.org
# and uploaded using `make upload-distfiles`.
# there is no canonical URL, only https://community.ardour.org/srctar
-MASTER_SITES= #
+MASTER_SITES= https://ftp.NetBSD.org/pub/pkgsrc/distfiles/LOCAL_PORTS/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org