From 1072aade83bbfa4d4045e0424a3a95cc3f758f09 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 Jun 2003 19:52:26 +0000 Subject: -f the symlinks. Requested by Jeremy C. Reed. --- security/audit-packages/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security') 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" -- cgit v1.2.3