aboutsummaryrefslogtreecommitdiff
path: root/hungarian/hunspell
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 10:49:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 10:49:03 +0000
commit3904f6f163a84dab4bdb0c2df1f10c548a8059b7 (patch)
treeaa0437cd1df1ab46c9dae998c380d8e8ba1d5f37 /hungarian/hunspell
parentadc173e8aaa32f30e17cccad6d8a3665503aa852 (diff)
downloadports-3904f6f163a84dab4bdb0c2df1f10c548a8059b7.tar.gz
ports-3904f6f163a84dab4bdb0c2df1f10c548a8059b7.zip
Notes
Diffstat (limited to 'hungarian/hunspell')
-rw-r--r--hungarian/hunspell/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/hungarian/hunspell/Makefile b/hungarian/hunspell/Makefile
index c57fe0b2ce2e..395bea7bb100 100644
--- a/hungarian/hunspell/Makefile
+++ b/hungarian/hunspell/Makefile
@@ -20,9 +20,8 @@ PLIST_FILES= %%DATADIR%%/hu_HU.aff \
%%DATADIR%%/hu_HU.dic
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/hu_HU.aff ${WRKSRC}/hu_HU.dic ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hu_HU.aff ${WRKSRC}/hu_HU.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>