diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 11:22:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 11:22:05 +0000 |
commit | be89ba1f29f6cfa69c42932bb24110426422b7db (patch) | |
tree | 13cf65349c57541a30609ff66f66d09f620765e1 /security | |
parent | 2d76d5d2e214ec9406a5e93327e5532230fafe99 (diff) | |
download | pkgsrc-be89ba1f29f6cfa69c42932bb24110426422b7db.tar.gz |
Add PKGVULNDIR to BUILD_DEFS.
Diffstat (limited to 'security')
-rw-r--r-- | security/audit-packages/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile index 140dcac9853..3202ca5fe68 100644 --- a/security/audit-packages/Makefile +++ b/security/audit-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2005/02/11 16:51:16 agc Exp $ +# $NetBSD: Makefile,v 1.52 2005/02/19 11:22:05 wiz Exp $ DISTNAME= audit-packages-1.33 CATEGORIES= security pkgtools @@ -12,6 +12,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews DEPENDS+= digest-[0-9]*:../../pkgtools/digest +BUILD_DEFS+= PKGVULNDIR + WRKSRC= ${WRKDIR} NO_CHECKSUM= yes NO_BUILDLINK= yes |