summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-04-22 20:25:08 +0000
committerwiz <wiz@pkgsrc.org>2003-04-22 20:25:08 +0000
commitb723d540991b7ac25fdb758651ab4ac60f46b317 (patch)
treecc30a6a197941020ede32570c63564e084043a02 /archivers
parentccf9c0e3981e2b6f64c942cdb8a4abe9cf314629 (diff)
downloadpkgsrc-b723d540991b7ac25fdb758651ab4ac60f46b317.tar.gz
Use ${LN} -sf to create symlinks.
Closes PR 21263 by Jeremy C. Reed.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gtar-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile
index bd4c8f9cb3a..1f7121209af 100644
--- a/archivers/gtar-base/Makefile
+++ b/archivers/gtar-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/02/13 17:41:37 grant Exp $
+# $NetBSD: Makefile,v 1.29 2003/04/22 20:25:08 wiz Exp $
#
DISTNAME= tar-1.13.25
@@ -40,7 +40,7 @@ post-install:
${INSTALL_DATA} ${FILESDIR}/gtar.1 \
${PREFIX}/man/man1/${GNU_PROGRAM_PREFIX}tar.1
.if !defined(GNU_PROGRAM_PREFIX) || ${GNU_PROGRAM_PREFIX} != "g"
- ${LN} -s ${GNU_PROGRAM_PREFIX}tar ${PREFIX}/bin/gtar
+ ${LN} -sf ${GNU_PROGRAM_PREFIX}tar ${PREFIX}/bin/gtar
.endif
.include "../../mk/bsd.pkg.mk"