diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 21:35:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 21:35:58 +0000 |
commit | f5b8945cb95a5365399b97ea5e24648542250c56 (patch) | |
tree | f449e49da4dfdae2a0f7b2f6d32153d877199d49 /editors/hexedit | |
parent | a3de4e93a9f3bf6898d9c2d2a48a0092be886cf7 (diff) | |
download | pkgsrc-f5b8945cb95a5365399b97ea5e24648542250c56.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'editors/hexedit')
-rw-r--r-- | editors/hexedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index b3b4ccd1d3a..4e36bdd737a 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.25 2006/03/04 21:29:31 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/10/04 21:37:39 wiz Exp $ DISTNAME= hexedit-1.2.10 PKGREVISION= 1 CATEGORIES= editors -MASTER_SITES= http://merd.net/pixel/ +MASTER_SITES= http://merd.sourceforge.net/pixel/ EXTRACT_SUFX= .src.tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://merd.net/pixel/hexedit.html +HOMEPAGE= http://merd.sourceforge.net/pixel/hexedit.html COMMENT= To view and edit files in hexadecimal or ASCII WRKSRC= ${WRKDIR}/hexedit |