diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-16 21:35:56 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-16 21:35:56 +0000 |
commit | 317534bce976242adb01ae082119a80afa87c10b (patch) | |
tree | 8e7d0f391b6fd05c05e26b9eddd9bd04c7e30d37 /textproc | |
parent | 54b3bd8de4ae3a5a9c49127f26ac0f19cf526f45 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/retext/Makefile | 3 |
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> |