summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2003-06-12 19:52:26 +0000
committerwiz <wiz>2003-06-12 19:52:26 +0000
commit41ede36c7ca6d0b26f3721e59e6490c0a246a483 (patch)
tree4933182d40c0fc6b3cb3fda2f5db7a3107d798d2 /security
parentb861e626c4a31f667579745fbb4b09728fdea574 (diff)
downloadpkgsrc-41ede36c7ca6d0b26f3721e59e6490c0a246a483.tar.gz
-f the symlinks. Requested by Jeremy C. Reed.
Diffstat (limited to 'security')
-rw-r--r--security/audit-packages/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile
index 3ecff052dd4..76180e5f844 100644
--- a/security/audit-packages/Makefile
+++ b/security/audit-packages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/06/12 06:59:30 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2003/06/12 19:52:26 wiz Exp $
DISTNAME= audit-packages-1.16
WRKSRC= ${WRKDIR}
@@ -42,7 +42,7 @@ do-install:
done
${INSTALL_MAN} ${WRKSRC}/audit-packages.0 ${PREFIX}/man/cat8
${INSTALL_MAN} ${WRKSRC}/audit-packages.8 ${PREFIX}/man/man8
- ${LN} -s audit-packages.0 ${PREFIX}/man/cat8/download-vulnerability-list.0
- ${LN} -s audit-packages.8 ${PREFIX}/man/man8/download-vulnerability-list.8
+ ${LN} -sf audit-packages.0 ${PREFIX}/man/cat8/download-vulnerability-list.0
+ ${LN} -sf audit-packages.8 ${PREFIX}/man/man8/download-vulnerability-list.8
.include "../../mk/bsd.pkg.mk"