diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-31 14:40:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-31 14:40:45 +0000 |
commit | 402a1d0078dc9df4827bf3d35c1e5df12ecd422f (patch) | |
tree | e2110cb73a4f705a15d2788d4afceefcc3e70dc5 /pkgtools | |
parent | 92e6b36fbbf63b1fbe400e6f4f5fb6147b854729 (diff) | |
download | pkgsrc-402a1d0078dc9df4827bf3d35c1e5df12ecd422f.tar.gz |
Disable CHECK_PERMS here as it is needed for groff onsome platforms.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install-info/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install-info/Makefile b/pkgtools/pkg_install-info/Makefile index aaa148bcfcb..c158fbea816 100644 --- a/pkgtools/pkg_install-info/Makefile +++ b/pkgtools/pkg_install-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:27 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2007/07/31 14:40:45 joerg Exp $ # DISTNAME= pkg_install-info-${VERSION} @@ -16,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes NO_CHECKSUM= yes +CHECK_PERMS= no # Don't change this unless the sources are updated from GNU Texinfo. # Otherwise use PKGREVISION if you need to change this package version. |