diff options
author | mef <mef@pkgsrc.org> | 2014-12-10 06:57:25 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-10 06:57:25 +0000 |
commit | e8a4f3723df08581608e08ad546ce1b36a0e86c5 (patch) | |
tree | 59faa5e5e8f612075ca022b38bab7077930f8954 /editors/heme/Makefile | |
parent | 68fbadf4d8eee7d4485b773a760a369ab89a6358 (diff) | |
download | pkgsrc-e8a4f3723df08581608e08ad546ce1b36a0e86c5.tar.gz |
(pkgsrc) Add LICENSE= gnu-gpl-v2
(upstream) Update 0.4 to 0.42, no upstream ChangeLog found.
Diffstat (limited to 'editors/heme/Makefile')
-rw-r--r-- | editors/heme/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/heme/Makefile b/editors/heme/Makefile index 65e63eb99fb..24cc1d0e3dd 100644 --- a/editors/heme/Makefile +++ b/editors/heme/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2014/10/09 14:06:32 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/12/10 06:57:25 mef Exp $ # -DISTNAME= heme-0.4 -PKGREVISION= 1 +DISTNAME= heme-0.4.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=heme/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/heme/ COMMENT= Fast and portable console hex editor +LICENSE= gnu-gpl-v2 BUILD_TARGET= heme USE_NCURSES= chgat |