pkgsrc-WIP-changes archive

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

qodem: use MASTER_SITE_SOURCEFORGE instead of hardcoded URL.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Thu Aug 22 15:39:28 2019 +0200
Changeset:	db8d6ef2d14720cc766530d913e8dcccd48492ad

Modified Files:
	qodem/Makefile

Log Message:
qodem: use MASTER_SITE_SOURCEFORGE instead of hardcoded URL.

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

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

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

diffs:
diff --git a/qodem/Makefile b/qodem/Makefile
index b211bded5a..779b590b15 100644
--- a/qodem/Makefile
+++ b/qodem/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	qodem-1.0.0
 CATEGORIES=	comms
-MASTER_SITES=	https://downloads.sourceforge.net/project/qodem/qodem/1.0.0/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=qodem/}
 
 MAINTAINER=	fcambus%NetBSD.org@localhost
 HOMEPAGE=	http://qodem.sourceforge.net/


Home | Main Index | Thread Index | Old Index