pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/audit-packages Use OWN_DIRS to make sure the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8745a263013
branches:  trunk
changeset: 501955:d8745a263013
user:      erh <erh%pkgsrc.org@localhost>
date:      Mon Oct 31 21:33:19 2005 +0000

description:
Use OWN_DIRS to make sure the PKGVULNDIR is created as part of the package.

diffstat:

 security/audit-packages/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2d8310551196 -r d8745a263013 security/audit-packages/Makefile
--- a/security/audit-packages/Makefile  Mon Oct 31 20:44:57 2005 +0000
+++ b/security/audit-packages/Makefile  Mon Oct 31 21:33:19 2005 +0000
@@ -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 @@
 WRKSRC=                ${WRKDIR}
 NO_CHECKSUM=    yes
 
+OWN_DIRS=      ${PKGVULNDIR}
 INSTALLATION_DIRS=     man/cat8 man/man8 sbin
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index