diff options
author | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
commit | d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /pkgtools/pkg_install-info | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'pkgtools/pkg_install-info')
-rw-r--r-- | pkgtools/pkg_install-info/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkg_install-info/Makefile b/pkgtools/pkg_install-info/Makefile index 5056ed98b8c..3297b4bc108 100644 --- a/pkgtools/pkg_install-info/Makefile +++ b/pkgtools/pkg_install-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/05/16 20:02:31 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2009/04/09 00:48:12 joerg Exp $ # DISTNAME= pkg_install-info-${VERSION} @@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -NO_CHECKSUM= yes CHECK_PERMS= no # Don't change this unless the sources are updated from GNU Texinfo. |