Date: Sun, 16 Dec 2018 21:35:56 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487632 - head/textproc/retext Message-ID: <201812162135.wBGLZu4P043628@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812162135.wBGLZu4P043628>