pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba Fix PLIST problems with missing directories ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdeceb7a0bc5
branches:  trunk
changeset: 471371:cdeceb7a0bc5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Mar 28 08:36:47 2004 +0000

description:
Fix PLIST problems with missing directories at deinstallation time.

diffstat:

 net/samba/Makefile |  6 +++++-
 net/samba/PLIST    |  6 +-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 77003bf26cc3 -r cdeceb7a0bc5 net/samba/Makefile
--- a/net/samba/Makefile        Sun Mar 28 06:35:03 2004 +0000
+++ b/net/samba/Makefile        Sun Mar 28 08:36:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2004/02/17 15:58:43 jlam Exp $
+# $NetBSD: Makefile,v 1.119 2004/03/28 08:36:47 jlam Exp $
 
 DISTNAME=              samba-3.0.2a
 CATEGORIES=            net
@@ -149,6 +149,10 @@
        @${SED} ${FILES_SUBST_SED} ${FILESDIR}/deluser.sh > ${WRKDIR}/deluser.sh
 
 post-install:
+       ${RMDIR} ${SAMBA_LIBDIR}/auth
+       ${RMDIR} ${SAMBA_LIBDIR}/idmap
+       ${RMDIR} ${SAMBA_LIBDIR}/pdb
+       ${RMDIR} ${SAMBA_LIBDIR}/rpc
        ${INSTALL_DATA_DIR} ${DOCDIR}
        ${INSTALL_LIBRARY} ${WRKSRC}/nsswitch/libnss_winbind.so ${PREFIX}/lib
        ${INSTALL_LIBRARY} ${WRKSRC}/nsswitch/libnss_wins.so ${PREFIX}/lib
diff -r 77003bf26cc3 -r cdeceb7a0bc5 net/samba/PLIST
--- a/net/samba/PLIST   Sun Mar 28 06:35:03 2004 +0000
+++ b/net/samba/PLIST   Sun Mar 28 08:36:47 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2004/02/18 14:02:08 jlam Exp $
+@comment $NetBSD: PLIST,v 1.18 2004/03/28 08:36:47 jlam Exp $
 bin/findsmb
 bin/net
 bin/nmblookup
@@ -416,9 +416,5 @@
 @dirrm share/examples/samba
 @dirrm share/doc/samba
 @dirrm lib/samba/vfs
-@dirrm lib/samba/rpc
-@dirrm lib/samba/pdb
-@dirrm lib/samba/idmap
 @dirrm lib/samba/charset
-@dirrm lib/samba/auth
 @dirrm lib/samba



Home | Main Index | Thread Index | Old Index