summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-12-07 05:38:44 +0000
committertaca <taca@pkgsrc.org>2006-12-07 05:38:44 +0000
commitcfa4134c016c737eb7fdf5ba53aecd0edebb5810 (patch)
tree6b96893c5c36490ea8587523d170e645cdb425f9 /security
parent5f0c886de8e8bcff1343e8827eeef3039719a216 (diff)
downloadpkgsrc-cfa4134c016c737eb7fdf5ba53aecd0edebb5810.tar.gz
Correct wrong usage of PKGMANDIR.
Diffstat (limited to 'security')
-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 33e5e4de825..a9df72d56f6 100644
--- a/security/fprot-workstation-bin/Makefile
+++ b/security/fprot-workstation-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/12/06 15:27:59 taca Exp $
+# $NetBSD: Makefile,v 1.35 2006/12/07 05:40:07 taca Exp $
DISTNAME= #defined
PKGNAME= fprot-workstation-bin-${FPVER}
@@ -76,8 +76,8 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8 sbin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/f-prot.sh ${PREFIX}/bin/f-prot
${INSTALL_SCRIPT} ${WRKSRC}/tools/check-updates.pl ${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/man_pages/check-updates.pl.8 ${PKGMANDIR}/man8
- ${INSTALL_MAN} ${WRKSRC}/man_pages/f-prot.1 ${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/man_pages/check-updates.pl.8 ${PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/man_pages/f-prot.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${DATDIR}
${INSTALL_DATA} ${WRKSRC}/*.DEF ${DATDIR}
${INSTALL_DATA_DIR} ${DOCDIR}