summaryrefslogtreecommitdiff
path: root/security/fprot-workstation-bin
diff options
context:
space:
mode:
authorwiz <wiz>2006-02-20 22:59:27 +0000
committerwiz <wiz>2006-02-20 22:59:27 +0000
commit481a1d52a942b13ad433baed5159482da00f2b76 (patch)
tree30cf5cc5f28b225fcfcf1d6a7800b5b5e3d36a17 /security/fprot-workstation-bin
parent9df3ad412d3c282f1c7a0c8a03edc834981312e2 (diff)
downloadpkgsrc-481a1d52a942b13ad433baed5159482da00f2b76.tar.gz
Use REQD_DIRS instead of OWN_DIRS to
fix CHECK_FILES build. Bump PKGREVISION.
Diffstat (limited to 'security/fprot-workstation-bin')
-rw-r--r--security/fprot-workstation-bin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile
index 488b8b3ee68..facd265e22e 100644
--- a/security/fprot-workstation-bin/Makefile
+++ b/security/fprot-workstation-bin/Makefile
@@ -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
@@ -34,7 +34,7 @@ FPDIR= ${PREFIX}/libexec/fprot-workstation-bin
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"