pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/mule
Module Name: pkgsrc
Committed By: tsutsui
Date: Sun May 7 04:52:43 UTC 2017
Modified Files:
pkgsrc/editors/mule: Makefile
Log Message:
Remove .orig files in the original tar archive to make mkpatches(1) easier.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/editors/mule/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/mule/Makefile
diff -u pkgsrc/editors/mule/Makefile:1.52 pkgsrc/editors/mule/Makefile:1.53
--- pkgsrc/editors/mule/Makefile:1.52 Sat Apr 29 01:11:55 2017
+++ pkgsrc/editors/mule/Makefile Sun May 7 04:52:43 2017
@@ -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}${P
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