aboutsummaryrefslogtreecommitdiff
path: root/textproc/ti-hunspell
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 21:34:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 21:34:48 +0000
commitfc2174ba587e7b9842caac345a424293aa524492 (patch)
tree6dd63d64af839555cf389fce8417ad4ba8f4e0a8 /textproc/ti-hunspell
parent93fe76279899843116926d14dd691753b7c2f61d (diff)
downloadports-fc2174ba587e7b9842caac345a424293aa524492.tar.gz
ports-fc2174ba587e7b9842caac345a424293aa524492.zip
Notes
Diffstat (limited to 'textproc/ti-hunspell')
-rw-r--r--textproc/ti-hunspell/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/ti-hunspell/Makefile b/textproc/ti-hunspell/Makefile
index 69581b10c6f6..cde00e216d5f 100644
--- a/textproc/ti-hunspell/Makefile
+++ b/textproc/ti-hunspell/Makefile
@@ -22,11 +22,10 @@ PLIST_FILES= %%DATADIR%%/ti_ER.dic \
%%DATADIR%%/ti_ET.aff
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/ti_ER.aff ${WRKSRC}/ti_ER.dic ${DATADIR}/
- ${LN} -s ti_ER.aff ${DATADIR}/ti_ET.aff
- ${LN} -s ti_ER.dic ${DATADIR}/ti_ET.dic
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/ti_ER.aff ${WRKSRC}/ti_ER.dic ${STAGEDIR}${DATADIR}/
+ ${LN} -s ti_ER.aff ${STAGEDIR}${DATADIR}/ti_ET.aff
+ ${LN} -s ti_ER.dic ${STAGEDIR}${DATADIR}/ti_ET.dic
.include <bsd.port.mk>