pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/mule Remove .orig files in the original tar ar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a46bc1c7e06
branches:  trunk
changeset: 362166:7a46bc1c7e06
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun May 07 04:52:43 2017 +0000

description:
Remove .orig files in the original tar archive to make mkpatches(1) easier.

diffstat:

 editors/mule/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 8dfe6413c0f7 -r 7a46bc1c7e06 editors/mule/Makefile
--- a/editors/mule/Makefile     Sun May 07 03:13:35 2017 +0000
+++ b/editors/mule/Makefile     Sun May 07 04:52:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2017/04/29 01:11:55 tsutsui Exp $
+# $NetBSD: Makefile,v 1.53 2017/05/07 04:52:43 tsutsui Exp $
 
 DISTNAME=      mule-2.3
 PKGREVISION=   8
@@ -42,6 +42,10 @@
 INSTALL_MAKE_FLAGS+=   infodir=${DESTDIR}${GNU_CONFIGURE_INFODIR}
 INSTALL_MAKE_FLAGS+=   mandir=${DESTDIR}${GNU_CONFIGURE_MANDIR}
 
+# Remove .orig files in the original tar archive
+post-extract:
+       rm -f ${WRKSRC}/lisp/*.orig
+
 # Remove original versions of patched files so that aren't installed.
 post-build:
        ${FIND} ${WRKSRC} -name "*.orig" | ${XARGS} ${RM} -f



Home | Main Index | Thread Index | Old Index