diff options
author | joerg <joerg@pkgsrc.org> | 2009-03-05 00:27:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-03-05 00:27:31 +0000 |
commit | a25e2945fb646b72fc9cf8e63b7c91809ddd3cad (patch) | |
tree | 7e74ca91c286936cbf2f4d41a709bacc76f0dc36 /archivers | |
parent | 0172e630126155aae873fe006236d2f0b5d85ab1 (diff) | |
download | pkgsrc-a25e2945fb646b72fc9cf8e63b7c91809ddd3cad.tar.gz |
Play the CHECK_PERMS=no game here as well to avoid cyclic dependencies.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile index 71ab39da1a7..5c9a7b49e83 100644 --- a/archivers/pax/Makefile +++ b/archivers/pax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2008/07/20 23:49:35 dbj Exp $ +# $NetBSD: Makefile,v 1.39 2009/03/05 00:27:31 joerg Exp $ DISTNAME= pax-20080110 CATEGORIES= archivers @@ -11,6 +11,7 @@ COMMENT= POSIX standard archiver with many extensions PKG_DESTDIR_SUPPORT= user-destdir BOOTSTRAP_PKG= yes +CHECK_PERMS= no USE_FEATURES= nbcompat |