pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/z-push
Module Name: pkgsrc
Committed By: jym
Date: Sun Jun 19 22:16:48 UTC 2016
Modified Files:
pkgsrc/www/z-push: Makefile
Log Message:
Clean up .orig files after patch... makes things tidier.
Reported by joerg@, thanks
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/z-push/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/z-push/Makefile
diff -u pkgsrc/www/z-push/Makefile:1.1 pkgsrc/www/z-push/Makefile:1.2
--- pkgsrc/www/z-push/Makefile:1.1 Sun Jun 5 00:02:21 2016
+++ pkgsrc/www/z-push/Makefile Sun Jun 19 22:16:48 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/06/05 00:02:21 jym Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/19 22:16:48 jym Exp $
#
DISTNAME= z-push-${ZPUSH_VERSION}
@@ -74,6 +74,9 @@ SUBST_MESSAGE.state-dir=Fixing Z-push st
post-extract:
${CP} ${FILESDIR}/z-push.conf ${WRKDIR}/z-push.conf
+post-patch:
+ ${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} -f
+
do-install:
${INSTALL_DATA} ${WRKSRC}/config.php \
${DESTDIR}${EGDIR}/config.php
Home |
Main Index |
Thread Index |
Old Index