From 317534bce976242adb01ae082119a80afa87c10b Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 16 Dec 2018 21:35:56 +0000 Subject: textproc/retext: Unbreak by deleting the empty directory that was breaking the plist Approved by: portmgr (unbreak) --- textproc/retext/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'textproc') diff --git a/textproc/retext/Makefile b/textproc/retext/Makefile index ef08c7ddc058..4bf9051aba49 100644 --- a/textproc/retext/Makefile +++ b/textproc/retext/Makefile @@ -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 -- cgit v1.2.3