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/Makefile | |
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/Makefile')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |