diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-28 13:36:18 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-28 13:36:18 +0000 |
commit | d14f3fe9cb2832131b5e30d83f68d1ccb088aea0 (patch) | |
tree | 364ab4117034e969dab7faa8141d6d88eae6337f /pkgtools | |
parent | 74889beda9349c2e6c79f3f58d8fe7da19cd6bf0 (diff) | |
download | pkgsrc-d14f3fe9cb2832131b5e30d83f68d1ccb088aea0.tar.gz |
Inhibit possible dependency on sysutils/checkperms to avoid circular dep.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/compat_headers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/compat_headers/Makefile b/pkgtools/compat_headers/Makefile index 8b3227b5dc3..7b47b6e4299 100644 --- a/pkgtools/compat_headers/Makefile +++ b/pkgtools/compat_headers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/25 17:38:37 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/28 13:40:59 tnn Exp $ DISTNAME= compat_headers-0.2 CATEGORIES= pkgtools @@ -10,6 +10,7 @@ HOMEPAGE= http://www.pkgsrc.org/ COMMENT= compatibility headers NO_CHECKSUM= yes +CHECK_PERMS= no GNU_CONFIGURE= yes PKG_DESTDIR_SUPPORT= user-destdir |