summaryrefslogtreecommitdiff
path: root/editors/mule
diff options
context:
space:
mode:
authortsutsui <tsutsui>2017-05-07 04:52:43 +0000
committertsutsui <tsutsui>2017-05-07 04:52:43 +0000
commit590ed1860df060df436810390a3d9444b04f40b0 (patch)
tree29a9bcc548c155bc8a16b80dd62fab23e02b3579 /editors/mule
parent9e1b05221717c39f3c0beb9fe3b850a1aadfdc80 (diff)
downloadpkgsrc-590ed1860df060df436810390a3d9444b04f40b0.tar.gz
Remove .orig files in the original tar archive to make mkpatches(1) easier.
Diffstat (limited to 'editors/mule')
-rw-r--r--editors/mule/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index b772f29301b..a1be5a1423b 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -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= prefix=${DESTDIR}${PREFIX}
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