summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2007-09-25 08:31:52 +0000
committerhira <hira@pkgsrc.org>2007-09-25 08:31:52 +0000
commitebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df (patch)
tree3619c83aff27948eae66c37f256db1b652d5ccf2 /net
parent014cf426fee02e80fc65d51a1b94af76f1a6508f (diff)
downloadpkgsrc-ebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df.tar.gz
ln -> ${LN}.
Diffstat (limited to 'net')
-rw-r--r--net/samba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 0d6cdbb93f6..a521c5f5344 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.172 2007/05/22 12:41:04 tron Exp $
+# $NetBSD: Makefile,v 1.173 2007/09/25 08:31:54 hira Exp $
.include "Makefile.mirrors"
@@ -140,7 +140,7 @@ install-samba-lib-symlinks:
.for l in ${SMBLIBS}
for v in ${SMBVERSION.${l}}; do \
(cd ${SAMBA_LIBDIR} && rm -f lib${l}.so.$$v && \
- ln -s lib${l}.so lib${l}.so.$$v); \
+ ${LN} -s lib${l}.so lib${l}.so.$$v); \
done
.endfor