From a2696aa10d5eacbe361b13ea8c59f8e66cff4e3e Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 6 Jun 2004 04:29:17 +0000 Subject: Packages no longer need to clean up *.subst.sav leftovers. --- editors/TeXmacs/PLIST | 3 +-- mail/spamassassin/Makefile | 5 ++--- math/scilab/Makefile | 4 +--- textproc/docbook-xsl/Makefile | 5 +---- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/editors/TeXmacs/PLIST b/editors/TeXmacs/PLIST index e9f496cd7d2..dd3dc8fd84e 100644 --- a/editors/TeXmacs/PLIST +++ b/editors/TeXmacs/PLIST @@ -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/packages/session/pari.ts 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 --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 9f7fb96ff3a..1ceb573b4cb 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -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 @@ post-extract: 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 --git a/math/scilab/Makefile b/math/scilab/Makefile index 6e33ce8b5e8..3d41bd04e33 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -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 @@ pre-install: 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 --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index c4acb887149..0ba38c9c4de 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -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 @@ post-extract: .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} -- cgit v1.2.3