diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-15 15:57:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-15 15:57:13 +0000 |
commit | 3a36b71dbbde76153a98e76191384022f86f9446 (patch) | |
tree | 7531b5a80f26acc038e40ef311b57aad98a0cda0 /graphics/icoconvert | |
parent | Update to 3.16 (diff) |
- Fix fetch
PR: ports/77559
Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
Diffstat (limited to 'graphics/icoconvert')
-rw-r--r-- | graphics/icoconvert/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/icoconvert/Makefile b/graphics/icoconvert/Makefile index 367a9af85e34..2c4611183e51 100644 --- a/graphics/icoconvert/Makefile +++ b/graphics/icoconvert/Makefile @@ -8,7 +8,8 @@ PORTNAME= icoconvert PORTVERSION= 2.0 CATEGORIES= graphics -MASTER_SITES= http://www.mox.net/downloads/ +MASTER_SITES= http://www.mox.net/downloads/ \ + http://www.xunix.org/~flz/distfiles/ MAINTAINER= flz@xbsd.org COMMENT= A small utility to convert Windows icon files into .xpm and .png files |