diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 10:49:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 10:49:03 +0000 |
commit | 3904f6f163a84dab4bdb0c2df1f10c548a8059b7 (patch) | |
tree | aa0437cd1df1ab46c9dae998c380d8e8ba1d5f37 /hungarian | |
parent | adc173e8aaa32f30e17cccad6d8a3665503aa852 (diff) |
Support stage, use bsdtar to extract
Notes
Notes:
svn path=/head/; revision=332687
Diffstat (limited to 'hungarian')
-rw-r--r-- | hungarian/hunspell/Makefile | 5 |
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> |