summaryrefslogtreecommitdiff
path: root/editors/hexedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/hexedit/Makefile')
-rw-r--r--editors/hexedit/Makefile22
1 files changed, 7 insertions, 15 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index fa289bf4707..724414caa1b 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -1,25 +1,17 @@
-# $NetBSD: Makefile,v 1.21 2004/04/11 08:12:34 snj Exp $
-#
+# $NetBSD: Makefile,v 1.22 2004/08/03 12:12:54 adam Exp $
-DISTNAME= hexedit-1.2.2
-PKGREVISION= 2
+DISTNAME= hexedit-1.2.10
CATEGORIES= editors
-MASTER_SITES= http://www.chez.com/prigaux/
+MASTER_SITES= http://merd.net/pixel/
EXTRACT_SUFX= .src.tgz
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
+HOMEPAGE= http://merd.net/pixel/hexedit.html
COMMENT= To view and edit files in hexadecimal or ASCII
-WRKSRC= ${WRKDIR}/hexedit
-GNU_CONFIGURE= yes
-USE_BUILDLINK3= yes
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
-.for file in COPYING Changes TODO
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit
-.endfor
+WRKSRC= ${WRKDIR}/hexedit
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"