diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:36:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:36:02 +0000 |
commit | 03841c211c7e91c3b6bac0c2dc65d3bebf063481 (patch) | |
tree | 1bf85600b9826b99e08b4fd743729fc7e25b18d8 /portuguese | |
parent | ab7cfab5ab798cfff430f361ff30d766c13eb008 (diff) | |
download | ports-03841c211c7e91c3b6bac0c2dc65d3bebf063481.tar.gz ports-03841c211c7e91c3b6bac0c2dc65d3bebf063481.zip |
Stagify
Use bsdtar to extract
Notes
Notes:
svn path=/head/; revision=332695
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/hyphen/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/portuguese/hyphen/Makefile b/portuguese/hyphen/Makefile index 2cdae61d5730..075a2c6e41a2 100644 --- a/portuguese/hyphen/Makefile +++ b/portuguese/hyphen/Makefile @@ -13,7 +13,7 @@ COMMENT= Portuguese hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes @@ -21,10 +21,9 @@ PLIST_FILES= %%DATADIR%%/hyph_pt_BR.dic \ %%DATADIR%%/hyph_pt_PT.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_pt_PT.dic ${DATADIR}/ - ${LN} -s hyph_pt_PT.dic ${DATADIR}/hyph_pt_BR.dic + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_pt_PT.dic ${STAGEDIR}${DATADIR}/ + ${LN} -s hyph_pt_PT.dic ${STAGEDIR}${DATADIR}/hyph_pt_BR.dic .include <bsd.port.mk> |