summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2007-09-25 10:03:52 +0000
committerhira <hira@pkgsrc.org>2007-09-25 10:03:52 +0000
commit8951aa30125c5b46ee9b5de19efdc698def84ecf (patch)
treec5f5066db531491fbb3eef2725efb362ebab9b0d /net
parent8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd (diff)
downloadpkgsrc-8951aa30125c5b46ee9b5de19efdc698def84ecf.tar.gz
Back out previous. Pointed out by uebayasi@ and martti@.
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 a521c5f5344..d636cec3bf9 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.173 2007/09/25 08:31:54 hira Exp $
+# $NetBSD: Makefile,v 1.174 2007/09/25 10:03:53 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