summaryrefslogtreecommitdiff
path: root/security/amap
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-10-30 14:07:28 +0000
committeradrianp <adrianp@pkgsrc.org>2006-10-30 14:07:28 +0000
commitcdc84a43eed9730b28b354822793202b10b53463 (patch)
treecacdfc8986afc190014ac3e644f71c4d61d1cbb8 /security/amap
parent10017ca8c7ba41062db896d474c9dd63e9c70f61 (diff)
downloadpkgsrc-cdc84a43eed9730b28b354822793202b10b53463.tar.gz
Fix man path - this should fix PR# 34948 opened by Robert Elz
Diffstat (limited to 'security/amap')
-rw-r--r--security/amap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/amap/Makefile b/security/amap/Makefile
index e3058902f00..294bf06fb38 100644
--- a/security/amap/Makefile
+++ b/security/amap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/10/27 10:35:47 adrianp Exp $
+# $NetBSD: Makefile,v 1.12 2006/10/30 14:07:28 adrianp Exp $
#
DISTNAME= amap-5.2
@@ -43,7 +43,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/amap ${PREFIX}/bin
${LN} -s ${PREFIX}/bin/amap ${PREFIX}/bin/amap6
${INSTALL_PROGRAM} ${WRKSRC}/amapcrap ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/amap.1 ${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/amap.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/appdefs.trig ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/appdefs.resp ${EGDIR}