diff options
Diffstat (limited to 'pkgtools/pkg_install-info/Makefile')
-rw-r--r-- | pkgtools/pkg_install-info/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install-info/Makefile b/pkgtools/pkg_install-info/Makefile index a53dc918cb1..e0b33df4a6e 100644 --- a/pkgtools/pkg_install-info/Makefile +++ b/pkgtools/pkg_install-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:05 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= pkg_install-info-${VERSION} @@ -13,9 +13,9 @@ COMMENT= Standalone GNU info file installation utility PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes -NO_CHECKSUM= # defined +NO_CHECKSUM= yes # Don't change this unless the sources are updated from GNU Texinfo. # Otherwise use PKGREVISION if you need to change this package version. |