diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-02-06 20:32:43 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-02-06 20:32:43 +0000 |
commit | 8edbc5f2590f9c736440b6d85c98037198d07abe (patch) | |
tree | eacc3da01ba88e733cb425537b291a44e5c09389 /editors/hexedit | |
parent | 9273ad2b46c536044a50a39dccc003a9d9b9171f (diff) | |
download | pkgsrc-8edbc5f2590f9c736440b6d85c98037198d07abe.tar.gz |
Update hexedit to 1.1.0. While here also make sure INSTALL is initialized
right, 1.3.3 install does not ignore -c if called with -d, pointed out
in pr 6934.
Diffstat (limited to 'editors/hexedit')
-rw-r--r-- | editors/hexedit/Makefile | 8 | ||||
-rw-r--r-- | editors/hexedit/files/md5 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 2f47bc5b2d0..df0f6f4bdaf 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 1998/09/28 10:35:48 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1999/02/06 20:32:43 frueauf Exp $ # -DISTNAME= hexedit-1.0.0 +DISTNAME= hexedit-1.1.0 WRKSRC= ${WRKDIR}/hexedit CATEGORIES= editors MASTER_SITES= http://www.chez.com/prigaux/ @@ -12,10 +12,10 @@ HOMEPAGE= http://www.chez.com/prigaux/hexedit.html DEPENDS+= ncurses-1.9.9g:../../devel/ncurses -CONFLICTS= hexedit-0.9.4 hexedit-0.9.5 +CONFLICTS= hexedit-* GNU_CONFIGURE= yes -CONFIGURE_ENV+= LIBS="-L${PREFIX}/lib" +CONFIGURE_ENV+= LIBS="-L${PREFIX}/lib" INSTALL=/usr/bin/install post-install: ${MKDIR} ${PREFIX}/share/doc/hexedit diff --git a/editors/hexedit/files/md5 b/editors/hexedit/files/md5 index 02cafb24dd2..b4e8cfe7449 100644 --- a/editors/hexedit/files/md5 +++ b/editors/hexedit/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1998/09/28 10:35:49 frueauf Exp $ +$NetBSD: md5,v 1.4 1999/02/06 20:32:44 frueauf Exp $ -MD5 (hexedit-1.0.0.src.tgz) = cbf49bfa81f0e3c779b46c9cbe4266b7 +MD5 (hexedit-1.1.0.src.tgz) = 91d610d21288e99092a1498daaa01fc8 |