pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/fprot-workstation-bin Use REQD_DIRS instead o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d365870e006c
branches:  trunk
changeset: 508517:d365870e006c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 20 22:59:27 2006 +0000

description:
Use REQD_DIRS instead of OWN_DIRS to
fix CHECK_FILES build. Bump PKGREVISION.

diffstat:

 security/fprot-workstation-bin/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r c217ce5eaa3b -r d365870e006c security/fprot-workstation-bin/Makefile
--- a/security/fprot-workstation-bin/Makefile   Mon Feb 20 22:58:24 2006 +0000
+++ b/security/fprot-workstation-bin/Makefile   Mon Feb 20 22:59:27 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2006/02/11 20:11:01 ben Exp $
+# $NetBSD: Makefile,v 1.28 2006/02/20 22:59:27 wiz Exp $
 #
 
 DISTNAME=              #defined
 PKGNAME=               fprot-workstation-bin-${FPVER}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            security
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
@@ -34,7 +34,7 @@
 CONF_FILES=            ${DATDIR}/MACRO.DEF ${FPDIR}/MACRO.DEF
 CONF_FILES+=           ${DATDIR}/SIGN.DEF ${FPDIR}/SIGN.DEF
 CONF_FILES+=           ${DATDIR}/SIGN2.DEF ${FPDIR}/SIGN2.DEF
-OWN_DIRS=               ${FPDIR}
+REQD_DIRS=             ${FPDIR}
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index