svn commit: r487632 - head/textproc/retext

Yuri Victorovich yuri at FreeBSD.org
Sun Dec 16 21:35:57 UTC 2018


Author: yuri
Date: Sun Dec 16 21:35:56 2018
New Revision: 487632
URL: https://svnweb.freebsd.org/changeset/ports/487632

Log:
  textproc/retext: Unbreak by deleting the empty directory that was breaking the plist
  
  Approved by:	portmgr (unbreak)

Modified:
  head/textproc/retext/Makefile

Modified: head/textproc/retext/Makefile
==============================================================================
--- head/textproc/retext/Makefile	Sun Dec 16 21:26:26 2018	(r487631)
+++ head/textproc/retext/Makefile	Sun Dec 16 21:35:56 2018	(r487632)
@@ -23,4 +23,7 @@ USE_PYTHON=	distutils noflavors
 USE_PYQT=	core_run sip_run gui_run widgets_run printsupport_run \
 		network_run
 
+post-stage: # https://github.com/retext-project/retext/issues/422
+	@${RMDIR} ${STAGEDIR}${DATADIR}/locale
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list