diff options
author | vs <vs@FreeBSD.org> | 2005-11-25 16:42:01 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-25 16:42:01 +0800 |
commit | c30e7bc790fd6dc3d8687e8f8a0a87647361e874 (patch) | |
tree | 822c710495e3bf84dc76fef76c10e367e9071f2c | |
parent | bbc288b2dbe34ffaf1b0ddfaed9006ba12706506 (diff) | |
download | freebsd-ports-gnome-c30e7bc790fd6dc3d8687e8f8a0a87647361e874.tar.gz freebsd-ports-gnome-c30e7bc790fd6dc3d8687e8f8a0a87647361e874.tar.zst freebsd-ports-gnome-c30e7bc790fd6dc3d8687e8f8a0a87647361e874.zip |
- Added more one mastersite. The main mastersite is now the official project website.
- Fixed WWW on pkg-descr.
PR: ports/89504
Submitted by: Jean Milanez Melo
-rw-r--r-- | editors/lfhex/Makefile | 3 | ||||
-rw-r--r-- | editors/lfhex/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index ba512e80af6b..f65825daed80 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -9,7 +9,8 @@ PORTNAME= lfhex PORTVERSION= 0.3.7.2 CATEGORIES= editors -MASTER_SITES= http://home.earthlink.net/~eyekode/data/ +MASTER_SITES= http://stoopidsimple.com/files/ \ + http://home.earthlink.net/~eyekode/data/ MAINTAINER= ports@FreeBSD.org COMMENT= Large file hex editor diff --git a/editors/lfhex/pkg-descr b/editors/lfhex/pkg-descr index 8ef62c3164cc..3289eeb738a7 100644 --- a/editors/lfhex/pkg-descr +++ b/editors/lfhex/pkg-descr @@ -14,4 +14,4 @@ Features: - Runtime configurable bytes per column. - binary comparison user interface -WWW: http://typedef.dnsalias.org/ +WWW: http://stoopidsimple.com/lfhex |