diff options
author | gdt <gdt@pkgsrc.org> | 2015-06-06 13:01:56 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-06-06 13:01:56 +0000 |
commit | cc449131407f722282bc8d97cbb15f2723d4ef36 (patch) | |
tree | cf8e9e02f1188cd8873dd19e9bed901d41c42da1 /geography | |
parent | e262e3c8421163a547ebbd500ceb6fc7d94f42bc (diff) | |
download | pkgsrc-cc449131407f722282bc8d97cbb15f2723d4ef36.tar.gz |
Fix MASTER_SITES after adjusting mirrored distfile location to follow
MASTER_SITE_LOCAL convention.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gpsbabel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/geography/gpsbabel/Makefile b/geography/gpsbabel/Makefile index 1da8b4458cc..f10a181a86e 100644 --- a/geography/gpsbabel/Makefile +++ b/geography/gpsbabel/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.14 2015/06/06 12:57:58 gdt Exp $ +# $NetBSD: Makefile,v 1.15 2015/06/06 13:01:56 gdt Exp $ # DISTNAME= gpsbabel-1.5.2 CATEGORIES= geography -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsbabel/} +MASTER_SITES= ${MASTER_SITE_LOCAL} # Download from official site apparently only via interactive form, # but code is gnu-gpl-v2 so hosted elsewhere. -MASTER_SITES+= http://archlinux-stuff.googlecode.com/files/ +# older versions were at +# MASTER_SITES+= http://archlinux-stuff.googlecode.com/files/ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.gpsbabel.org/ |