svn commit: r415109 - head/www/zope213

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 13 13:00:41 UTC 2016


Author: amdmi3
Date: Fri May 13 13:00:39 2016
New Revision: 415109
URL: https://svnweb.freebsd.org/changeset/ports/415109

Log:
  - Do not install another garbage file
  
  Approved by:	portmgr blanket

Modified:
  head/www/zope213/Makefile

Modified: head/www/zope213/Makefile
==============================================================================
--- head/www/zope213/Makefile	Fri May 13 12:57:03 2016	(r415108)
+++ head/www/zope213/Makefile	Fri May 13 13:00:39 2016	(r415109)
@@ -98,5 +98,6 @@ post-patch:
 	@${REINPLACE_CMD} -e 's/#.*effective-user chrism/effective-user ${ZOPE_USER}/' \
 		${WRKSRC}/src/Zope2/utilities/skel/etc/zope.conf.in
 	@${RM} ${WRKSRC}/src/Zope2/utilities/skel/etc/zope.conf.in.bak
+	@${RM} ${WRKSRC}/src/Zope2/Startup/zopectl.py.orig
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list