diff options
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 52dfff362f7d..8ce9afb4eba6 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -24,6 +24,7 @@ ALL_TARGET= dict INSTALL_TARGET= install.dict MAN1= dict.1 dictl.1 dict_lookup.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/dict.1.in |