aboutsummaryrefslogtreecommitdiff
path: root/textproc/retext/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-12-16 21:35:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-12-16 21:35:56 +0000
commit317534bce976242adb01ae082119a80afa87c10b (patch)
tree8e7d0f391b6fd05c05e26b9eddd9bd04c7e30d37 /textproc/retext/Makefile
parent54b3bd8de4ae3a5a9c49127f26ac0f19cf526f45 (diff)
downloadports-317534bce976242adb01ae082119a80afa87c10b.tar.gz
ports-317534bce976242adb01ae082119a80afa87c10b.zip
textproc/retext: Unbreak by deleting the empty directory that was breaking the plist
Approved by: portmgr (unbreak)
Notes
Notes: svn path=/head/; revision=487632
Diffstat (limited to 'textproc/retext/Makefile')
-rw-r--r--textproc/retext/Makefile3
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.mk>