diff options
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 |