summaryrefslogtreecommitdiff
path: root/hungarian
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 11:11:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 11:11:44 +0000
commit578c40b51f88e4ea81988d671488e1e1e58749e9 (patch)
tree4e76b2c37d3a0e5a5a6d0f7a05dab27d4723ef21 /hungarian
parentUse bsdtar to extract (diff)
Stagify
Use bsdtar to extract
Notes
Notes: svn path=/head/; revision=332691
Diffstat (limited to 'hungarian')
-rw-r--r--hungarian/mythes/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/hungarian/mythes/Makefile b/hungarian/mythes/Makefile
index ab308744616a..6f5b0a153602 100644
--- a/hungarian/mythes/Makefile
+++ b/hungarian/mythes/Makefile
@@ -13,7 +13,7 @@ COMMENT= Hungarian thesaurus
LICENSE= GPLv2
-USE_ZIP= yes
+EXTRACT_SUFX= .zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
@@ -21,9 +21,8 @@ PLIST_FILES= %%DATADIR%%/th_hu_HU.dat \
%%DATADIR%%/th_hu_HU.idx
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/th_hu_HU.dat ${WRKSRC}/th_hu_HU.idx ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/th_hu_HU.dat ${WRKSRC}/th_hu_HU.idx ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>