aboutsummaryrefslogtreecommitdiff
path: root/textproc/sv-hyphen/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 21:50:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 21:50:51 +0000
commit14e416cf1b01a153c2d6fb9059560e5519590b88 (patch)
tree630b9f11ef974b48a09188a756a5f0a5a486a80d /textproc/sv-hyphen/Makefile
parent669a31554a19fb131b4a22bced641198576475fe (diff)
downloadports-14e416cf1b01a153c2d6fb9059560e5519590b88.tar.gz
ports-14e416cf1b01a153c2d6fb9059560e5519590b88.zip
Notes
Diffstat (limited to 'textproc/sv-hyphen/Makefile')
-rw-r--r--textproc/sv-hyphen/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/sv-hyphen/Makefile b/textproc/sv-hyphen/Makefile
index 591152e01cd0..9051d215b266 100644
--- a/textproc/sv-hyphen/Makefile
+++ b/textproc/sv-hyphen/Makefile
@@ -22,10 +22,9 @@ PLIST_FILES= %%DATADIR%%/hyph_sv_FI.dic \
%%DATADIR%%/hyph_sv_SE.dic
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/hyph_sv_SE.dic ${DATADIR}/
- ${LN} -s hyph_sv_SE.dic ${DATADIR}/hyph_sv_FI.dic
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_sv_SE.dic ${STAGEDIR}${DATADIR}/
+ ${LN} -s hyph_sv_SE.dic ${STAGEDIR}${DATADIR}/hyph_sv_FI.dic
.include <bsd.port.mk>