pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fbsd2pkg: Fix MASTER_SITE



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue May 19 13:02:27 2020 -0500
Changeset:	57d2d65322432960de2fe8aecee89fb23a45e02b

Modified Files:
	fbsd2pkg/Makefile

Log Message:
fbsd2pkg: Fix MASTER_SITE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=57d2d65322432960de2fe8aecee89fb23a45e02b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fbsd2pkg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/fbsd2pkg/Makefile b/fbsd2pkg/Makefile
index a3c5d630e5..5cbddf0fc1 100644
--- a/fbsd2pkg/Makefile
+++ b/fbsd2pkg/Makefile
@@ -5,7 +5,7 @@
 
 DISTNAME=	fbsd2pkg-0.6.0
 CATEGORIES=	pkgtools
-MASTER_SITES=	${MASTER_SITE_GITHUB}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	http://acadix.biz/Ports/distfiles/


Home | Main Index | Thread Index | Old Index