summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsekiya <sekiya@pkgsrc.org>2022-12-14 21:44:03 +0000
committersekiya <sekiya@pkgsrc.org>2022-12-14 21:44:03 +0000
commitcf564a7c723f7d18fd90315ea2a1caf6114f51de (patch)
tree92531fc92d156aee1cfc10015d6ea75bc116f10b
parente24df9e81e013554ac79fdb5a60ca7cfbe4fb637 (diff)
downloadpkgsrc-cf564a7c723f7d18fd90315ea2a1caf6114f51de.tar.gz
Fix MASTER_SITE, which was weirdly botched between test and commit. No
functional code change. Reported by jklos@.
-rw-r--r--net/bind918/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind918/Makefile b/net/bind918/Makefile
index d7a57b76cd3..9c45c22e2bb 100644
--- a/net/bind918/Makefile
+++ b/net/bind918/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2022/12/12 22:07:04 sekiya Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/14 21:44:03 sekiya Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
PKGREVISION= 1
CATEGORIES= net
-MASTER_SITES= https://downloads.isc.org/isc/bind9/${BIND_VERSION}/${DISTNAME}${EXTRACT_SUFX}
+MASTER_SITES= https://downloads.isc.org/isc/bind9/${BIND_VERSION}/
EXTRACT_SUFX= .tar.xz
MAINTAINER= sekiya@NetBSD.org