diff options
author | marino <marino@FreeBSD.org> | 2014-01-02 10:43:23 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-01-02 10:43:23 +0800 |
commit | a8e653ff49079348be1dc6c89ce31c5683ebbecb (patch) | |
tree | acb30b7ed860efb104e29272706faf5f098e3e18 /lang/modula3 | |
parent | 503b7283f690fc0d4eec9630abf9f37e75f48356 (diff) | |
download | freebsd-ports-gnome-a8e653ff49079348be1dc6c89ce31c5683ebbecb.tar.gz freebsd-ports-gnome-a8e653ff49079348be1dc6c89ce31c5683ebbecb.tar.zst freebsd-ports-gnome-a8e653ff49079348be1dc6c89ce31c5683ebbecb.zip |
lang/modula3: Fix MASTER_SITES typo (mirror, bootstrap)
Diffstat (limited to 'lang/modula3')
-rw-r--r-- | lang/modula3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/modula3/Makefile b/lang/modula3/Makefile index 70a848aa3c58..2f9784a18cb8 100644 --- a/lang/modula3/Makefile +++ b/lang/modula3/Makefile @@ -5,8 +5,8 @@ PORTNAME= modula3 PORTVERSION= 5.8.6 CATEGORIES= lang MASTER_SITES= https://modula3.elegosoft.com/cm3/releng/ \ - http://download.dragonlace.net/m3/ \ - http://download.dragonlace.net/m3/:boot + http://downloads.dragonlace.net/m3/ \ + http://downloads.dragonlace.net/m3/:boot DISTFILES= ${SRCDISTFILE} ${BOOTDIST} MAINTAINER= marino@FreeBSD.org |