diff options
author | pav <pav@FreeBSD.org> | 2008-04-17 06:09:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-17 06:09:15 +0800 |
commit | d8398613e8283c4239445ad0bd5127bae85e8afc (patch) | |
tree | d30772263d9abcfdc890aa06abd07aa0d44c7721 /editors/komodo-edit | |
parent | 206a028c837917bf22e169fa19cfc08a132f0f2d (diff) | |
download | freebsd-ports-gnome-d8398613e8283c4239445ad0bd5127bae85e8afc.tar.gz freebsd-ports-gnome-d8398613e8283c4239445ad0bd5127bae85e8afc.tar.zst freebsd-ports-gnome-d8398613e8283c4239445ad0bd5127bae85e8afc.zip |
- Fix fetch
Diffstat (limited to 'editors/komodo-edit')
-rw-r--r-- | editors/komodo-edit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index f63d3565d183..909f9b2a7d69 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -8,7 +8,7 @@ PORTNAME= komodo-edit PORTVERSION= 4.2.1 PORTREVISION= 1 CATEGORIES= editors -MASTER_SITES= http://downloads.activestate.com/Komodo/Linux/4.2/ +MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/ DISTNAME= Komodo-Edit-4.2.1-283000-linux-libcpp6-x86 MAINTAINER= arved@FreeBSD.org |