pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Packages no longer need to clean up *.subst.sav leftov...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f7bf97a0efc
branches:  trunk
changeset: 476283:1f7bf97a0efc
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Jun 06 04:29:17 2004 +0000

description:
Packages no longer need to clean up *.subst.sav leftovers.

diffstat:

 editors/TeXmacs/PLIST         |  3 +--
 mail/spamassassin/Makefile    |  5 ++---
 math/scilab/Makefile          |  4 +---
 textproc/docbook-xsl/Makefile |  5 +----
 4 files changed, 5 insertions(+), 12 deletions(-)

diffs (73 lines):

diff -r a27c51bc013e -r 1f7bf97a0efc editors/TeXmacs/PLIST
--- a/editors/TeXmacs/PLIST     Sun Jun 06 04:22:23 2004 +0000
+++ b/editors/TeXmacs/PLIST     Sun Jun 06 04:29:17 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2004/04/27 11:56:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2004/06/06 04:29:17 schmonz Exp $
 bin/fig2ps
 bin/texmacs
 include/TeXmacs.h
@@ -1464,7 +1464,6 @@
 share/TeXmacs/plugins/pari/progs/init-pari.scm
 share/TeXmacs/plugins/python/progs/init-python.scm
 share/TeXmacs/plugins/python/progs/init-python.scm.orig
-share/TeXmacs/plugins/python/progs/init-python.scm.subst.sav
 share/TeXmacs/plugins/qcl/progs/init-qcl.scm
 share/TeXmacs/plugins/qcl/progs/qcl-input.scm
 share/TeXmacs/plugins/r/progs/init-r.scm
diff -r a27c51bc013e -r 1f7bf97a0efc mail/spamassassin/Makefile
--- a/mail/spamassassin/Makefile        Sun Jun 06 04:22:23 2004 +0000
+++ b/mail/spamassassin/Makefile        Sun Jun 06 04:29:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2004/05/31 12:43:06 heinz Exp $
+# $NetBSD: Makefile,v 1.46 2004/06/06 04:29:17 schmonz Exp $
 
 DISTNAME=      Mail-SpamAssassin-${SPAMASSASSIN_VERSION}
 PKGNAME=       spamassassin-${SPAMASSASSIN_VERSION}
@@ -147,8 +147,7 @@
 pre-configure: perl5-configure
 
 pre-install:
-       ${FIND} ${WRKSRC} -name "*.orig" -print -o                      \
-               -name "*.subst.sav" -print | ${XARGS} ${RM} -f
+       ${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} -f
 
 post-install:
        @${TEST} -r ${PLIST_ADD} && ${RM} ${PLIST_ADD} ; :
diff -r a27c51bc013e -r 1f7bf97a0efc math/scilab/Makefile
--- a/math/scilab/Makefile      Sun Jun 06 04:22:23 2004 +0000
+++ b/math/scilab/Makefile      Sun Jun 06 04:29:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2004/03/28 17:26:21 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.53 2004/06/06 04:29:17 schmonz Exp $
 #
 
 DISTNAME=      ${SCIBASE}.src
@@ -90,8 +90,6 @@
 post-install:
        ${RM} -f ${PREFIX}/lib/${SCIBASE}/config/Makeso.incl.in.orig
        ${RM} -f ${PREFIX}/lib/${SCIBASE}/macros/util/scipad.sci.orig
-       ${RM} -f ${PREFIX}/lib/${SCIBASE}/config/Makeso.incl.subst.sav
-       ${RM} -f ${PREFIX}/lib/${SCIBASE}/config/configuration.subst.sav
        ${RM} -f ${PREFIX}/lib/${SCIBASE}/libtool
        ${LN} -s ${LOCALBASE}/bin/libtool ${PREFIX}/lib/${SCIBASE}/libtool
 
diff -r a27c51bc013e -r 1f7bf97a0efc textproc/docbook-xsl/Makefile
--- a/textproc/docbook-xsl/Makefile     Sun Jun 06 04:22:23 2004 +0000
+++ b/textproc/docbook-xsl/Makefile     Sun Jun 06 04:29:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/03/02 22:40:41 heinz Exp $
+# $NetBSD: Makefile,v 1.20 2004/06/06 04:29:17 schmonz Exp $
 #
 
 DISTNAME=      docbook-xsl-1.65.0
@@ -42,9 +42,6 @@
 .endfor
 .undef f
 
-post-patch:
-       ${FIND} ${WRKSRC} -name "*.subst.sav" -print | ${XARGS} ${RM}
-
 do-install:
        ${INSTALL_DATA_DIR} ${DOCDIR}
        cd ${WRKSRC}/doc && ${PAX} -rw -pp -pm . ${DOCDIR}



Home | Main Index | Thread Index | Old Index