pkgsrc-WIP-changes archive

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

urlwatch: fix MASTER_SITES



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jun 16 23:59:50 2016 +0200
Changeset:	ef971f5cd680e46f8f2013f954e86dd4f78a7d70

Modified Files:
	urlwatch/Makefile

Log Message:
urlwatch: fix MASTER_SITES

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

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

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

diffs:
diff --git a/urlwatch/Makefile b/urlwatch/Makefile
index 091311b..c6fb3a1 100644
--- a/urlwatch/Makefile
+++ b/urlwatch/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	urlwatch-2.2
 CATEGORIES=	net
-MASTER_SITES=	http://thp.io/2008/urlwatch/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=thp/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://thp.io/2008/urlwatch/


Home | Main Index | Thread Index | Old Index