diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-22 06:34:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-22 06:34:41 +0000 |
commit | cbb36f9898dd151ab01d993cbf98373c57ae08dc (patch) | |
tree | 0ea291d8bd4b1f3dbf7bea9a7a6c94b673bc0b96 /devel/m4/Makefile | |
parent | 843c700659c7bf38a11acfc37a3ab496170583bf (diff) | |
download | pkgsrc-cbb36f9898dd151ab01d993cbf98373c57ae08dc.tar.gz |
Update to 1.4.10nb1. Like previous update to 1.4.10, but includes
a patch from Eric Blake that fixes the problem that appeared e.g.
in dosbox or mng.
Diffstat (limited to 'devel/m4/Makefile')
-rw-r--r-- | devel/m4/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index cbe892d7dd8..04855a46894 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2007/07/20 22:52:44 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2007/07/22 06:34:41 wiz Exp $ -DISTNAME= m4-1.4.9 +DISTNAME= m4-1.4.10 PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=m4/} @@ -13,7 +13,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -INFO_FILES= # PLIST +INFO_FILES= yes +#LICENSE= GPLv3 TEST_TARGET= check |