diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-15 16:26:31 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-15 16:26:31 +0000 |
commit | f9a2e7f48511a5255e1e9234bf346353f757765c (patch) | |
tree | 1f9bff5f7efdb37fa4b9bfa1560d3482f2863939 /net/samba | |
parent | 2445e1de311a9bd997e506c877ea92616f308f22 (diff) | |
download | pkgsrc-f9a2e7f48511a5255e1e9234bf346353f757765c.tar.gz |
Install a libsmbclient.so.0 link for the library, to let programs that use
it find it properly. Bump PKGREVISION to 1.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/samba/PLIST | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index df56e95771e..ee1e38b068f 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.119 2004/03/28 08:36:47 jlam Exp $ +# $NetBSD: Makefile,v 1.120 2004/04/15 16:26:31 jmmv Exp $ DISTNAME= samba-3.0.2a +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ ftp://ring.asahi-net.or.jp/pub/net/samba/ \ @@ -149,6 +150,7 @@ post-build: @${SED} ${FILES_SUBST_SED} ${FILESDIR}/deluser.sh > ${WRKDIR}/deluser.sh post-install: + cd ${PREFIX}/lib && ln -s libsmbclient.so libsmbclient.so.0 ${RMDIR} ${SAMBA_LIBDIR}/auth ${RMDIR} ${SAMBA_LIBDIR}/idmap ${RMDIR} ${SAMBA_LIBDIR}/pdb diff --git a/net/samba/PLIST b/net/samba/PLIST index c71aa2a0365..a4f980d718d 100644 --- a/net/samba/PLIST +++ b/net/samba/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2004/03/28 08:36:47 jlam Exp $ +@comment $NetBSD: PLIST,v 1.19 2004/04/15 16:26:31 jmmv Exp $ bin/findsmb bin/net bin/nmblookup @@ -32,6 +32,7 @@ lib/libnss_winbind.so lib/libnss_wins.so lib/libsmbclient.a lib/libsmbclient.so +lib/libsmbclient.so.0 lib/samba/charset/CP437.so lib/samba/charset/CP850.so lib/samba/de.msg |