diff options
author | joerg <joerg> | 2007-07-31 14:40:45 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-31 14:40:45 +0000 |
commit | 89a1f9ddb9b86c8b2efd6de64137195459e0f2e7 (patch) | |
tree | e2110cb73a4f705a15d2788d4afceefcc3e70dc5 /pkgtools/pkg_install-info | |
parent | 91c16d716ac994990614917918d888e5b82f7270 (diff) | |
download | pkgsrc-89a1f9ddb9b86c8b2efd6de64137195459e0f2e7.tar.gz |
Disable CHECK_PERMS here as it is needed for groff onsome platforms.
Diffstat (limited to 'pkgtools/pkg_install-info')
-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. |