diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2017-05-07 04:52:43 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2017-05-07 04:52:43 +0000 |
commit | 087a1ff89d6a994bf43cee617b8438afbc9dc684 (patch) | |
tree | c32bc4e9f60a6ef182fe86a3cacf6a7df87972d5 /editors/mule | |
parent | 522bb596a89ea7398242994a110763c8ccb49cd7 (diff) | |
download | pkgsrc-087a1ff89d6a994bf43cee617b8438afbc9dc684.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/Makefile | 6 |
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 |