diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-24 11:15:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-24 11:15:21 +0000 |
commit | 7c405f483a613eaed8b611652465ebc73dc738f5 (patch) | |
tree | c6980009dd1117f68ea05d414694e8616ae11ecc /editors/komodo-edit | |
parent | 084c7556339bf70a582bd30901648f9d95291b35 (diff) | |
download | ports-7c405f483a613eaed8b611652465ebc73dc738f5.tar.gz ports-7c405f483a613eaed8b611652465ebc73dc738f5.zip |
Notes
Diffstat (limited to 'editors/komodo-edit')
-rw-r--r-- | editors/komodo-edit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 46f15ced3181..723c28e5c0e9 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -4,7 +4,8 @@ PORTNAME= komodo-edit PORTVERSION= 10.2.2 CATEGORIES= editors -MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/ +MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/ \ + http://downloads.activestate.com/Komodo/releases/archive/${PORTVERSION:R:R}.x/${PORTVERSION}/ DISTNAME= Komodo-Edit-${PORTVERSION}-17703-linux-x86 MAINTAINER= allanjude@FreeBSD.org @@ -12,7 +13,6 @@ COMMENT= Multi-language editor from ActiveState CONFLICTS= komodo-ide-6* -BROKEN= unfetchable RESTRICTED= Distribution not permitted ONLY_FOR_ARCHS= i386 amd64 |