diff options
author | aymeric <aymeric> | 2003-07-09 13:01:59 +0000 |
---|---|---|
committer | aymeric <aymeric> | 2003-07-09 13:01:59 +0000 |
commit | 10ea70e2036dce0a6e82d99812d1980d3079908e (patch) | |
tree | 6ef7382763bb8409e158e036782e634113a7c65c | |
parent | 3b36145c6e2b23025f4216b372e05fd9eaec13ca (diff) | |
download | pkgsrc-10ea70e2036dce0a6e82d99812d1980d3079908e.tar.gz |
Remove NO_MTREE=yes
It broke installation of audit-packages as the first package in the system.
Okayed by Alistair.
-rw-r--r-- | security/audit-packages/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile index 76180e5f844..2daf482586a 100644 --- a/security/audit-packages/Makefile +++ b/security/audit-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/06/12 19:52:26 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2003/07/09 13:01:59 aymeric Exp $ DISTNAME= audit-packages-1.16 WRKSRC= ${WRKDIR} @@ -10,7 +10,6 @@ MAINTAINER= agc@netbsd.org COMMENT= tools to show vulnerabilities in installed packages NO_CHECKSUM= yes -NO_MTREE= yes .include "../../mk/bsd.prefs.mk" |