diff options
author | erh <erh@pkgsrc.org> | 2005-10-31 21:33:19 +0000 |
---|---|---|
committer | erh <erh@pkgsrc.org> | 2005-10-31 21:33:19 +0000 |
commit | 8ac947eaf6911d14284d201455c437f08841bb71 (patch) | |
tree | 5bc76a46d65b1f573e8d5804593052f5276749eb /security | |
parent | 5a853e43aa39b9592e9105ee4c103838cb75c267 (diff) | |
download | pkgsrc-8ac947eaf6911d14284d201455c437f08841bb71.tar.gz |
Use OWN_DIRS to make sure the PKGVULNDIR is created as part of the package.
Diffstat (limited to 'security')
-rw-r--r-- | security/audit-packages/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile index e0dcd864f37..01195d5b7e3 100644 --- a/security/audit-packages/Makefile +++ b/security/audit-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2005/10/20 10:26:54 agc Exp $ +# $NetBSD: Makefile,v 1.61 2005/10/31 21:33:19 erh Exp $ DISTNAME= audit-packages-1.39 CATEGORIES= security pkgtools @@ -17,6 +17,7 @@ BUILD_DEFS+= PKGVULNDIR WRKSRC= ${WRKDIR} NO_CHECKSUM= yes +OWN_DIRS= ${PKGVULNDIR} INSTALLATION_DIRS= man/cat8 man/man8 sbin .include "../../mk/bsd.prefs.mk" |