pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Remove @dirrm logic.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56748a70997e
branches:  trunk
changeset: 394734:56748a70997e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 14 22:12:45 2009 +0000

description:
Remove @dirrm logic.

diffstat:

 x11/gtk2/Makefile     |  6 +-----
 x11/py-Pmw/Makefile   |  4 +---
 x11/xservers/Makefile |  6 ++----
 3 files changed, 4 insertions(+), 12 deletions(-)

diffs (57 lines):

diff -r aacf665014ac -r 56748a70997e x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Sun Jun 14 22:08:05 2009 +0000
+++ b/x11/gtk2/Makefile Sun Jun 14 22:12:45 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.175 2009/06/04 21:38:52 tron Exp $
+# $NetBSD: Makefile,v 1.176 2009/06/14 22:14:20 joerg Exp $
 
 DISTNAME=              gtk+-2.16.2
 PKGNAME=               ${DISTNAME:S/gtk/gtk2/}
@@ -48,10 +48,6 @@
 
 CPPFLAGS+=             -DPREFIX="\"${PREFIX}\""
 
-PRINT_PLIST_AWK+=      /^@dirrm share\/themes\/Default$$/ \
-                               { print "@unexec $${RMDIR} %D/" $$2 \
-                                 " 2>/dev/null || $${TRUE}"; next; }
-
 SUBST_CLASSES+=                pthread
 SUBST_STAGE.pthread=   pre-configure
 SUBST_MESSAGE.pthread= Fixing pthread flags.
diff -r aacf665014ac -r 56748a70997e x11/py-Pmw/Makefile
--- a/x11/py-Pmw/Makefile       Sun Jun 14 22:08:05 2009 +0000
+++ b/x11/py-Pmw/Makefile       Sun Jun 14 22:12:45 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2009/02/09 21:09:23 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2009/06/14 22:13:25 joerg Exp $
 #
 
 DISTNAME=      Pmw.1.2
@@ -27,8 +27,6 @@
        ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
        (cd ${DESTDIR}${PREFIX}; ${FIND} ${PYSITELIB}/Pmw \
                -type f -print >>${PLIST_SRC})
-       (cd ${DESTDIR}${PREFIX}; ${FIND} -d ${PYSITELIB}/Pmw \
-               -type d -print | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
 
 .include "../../lang/python/extension.mk"
 .include "../../x11/py-Tk/buildlink3.mk"
diff -r aacf665014ac -r 56748a70997e x11/xservers/Makefile
--- a/x11/xservers/Makefile     Sun Jun 14 22:08:05 2009 +0000
+++ b/x11/xservers/Makefile     Sun Jun 14 22:12:45 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/05/25 14:45:18 tron Exp $
+# $NetBSD: Makefile,v 1.34 2009/06/14 22:12:45 joerg Exp $
 
 DISTNAME=      xservers-3.3.6.5
 PKGREVISION=   2
@@ -30,8 +30,6 @@
 
 post-install:
        cd ${PREFIX} && \
-       ${FIND} ${X11_SUBDIR} \! -type d -print | ${SORT} >${PLIST_SRC} && \
-       ${FIND} ${X11_SUBDIR} -type d -print | ${SORT} -r | \
-       ${AWK} '{print("@dirrm "$$1)}' >>${PLIST_SRC}
+       ${FIND} ${X11_SUBDIR} \! -type d -print | ${SORT} >${PLIST_SRC}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index