aboutsummaryrefslogtreecommitdiff
path: root/textproc/lt-hyphen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/lt-hyphen/Makefile')
-rw-r--r--textproc/lt-hyphen/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/lt-hyphen/Makefile b/textproc/lt-hyphen/Makefile
index 6b2e0c7e3e29..538b8f84d53a 100644
--- a/textproc/lt-hyphen/Makefile
+++ b/textproc/lt-hyphen/Makefile
@@ -21,9 +21,8 @@ NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/hyph_lt_LT.dic
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/hyph_lt_LT.dic ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_lt_LT.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>