diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 15:08:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 15:08:45 +0000 |
commit | 0afed3061bd3d49cf5e457a82b47093df8218bed (patch) | |
tree | 36361b0bb288b1ae05cd5bb88d1a1d644808ab52 | |
parent | e1ee63ced3b5dd46004208acd2d8fbd056ec47f3 (diff) | |
download | pkgsrc-0afed3061bd3d49cf5e457a82b47093df8218bed.tar.gz |
Never run the license check for this package to allow a proper update
path.
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index f1e3683dd37..e012d337f02 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.163 2009/05/19 08:59:29 wiz Exp $ +# $NetBSD: Makefile,v 1.164 2009/06/14 15:08:45 joerg Exp $ # Notes to package maintainers: # @@ -18,6 +18,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir BOOTSTRAP_PKG= yes +SKIP_LICENSE_CHECK= yes CONFLICTS+= audit-packages-[0-9]* |