diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-04 19:11:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-04 19:11:44 +0800 |
commit | c79437d5c88dbf2e9ac9dee0b06291c2b90ea57c (patch) | |
tree | 4e76b2c37d3a0e5a5a6d0f7a05dab27d4723ef21 /portuguese/mythes | |
parent | 83ff6b584a8cbd37887373d34b4bff793601689b (diff) | |
download | freebsd-ports-gnome-c79437d5c88dbf2e9ac9dee0b06291c2b90ea57c.tar.gz freebsd-ports-gnome-c79437d5c88dbf2e9ac9dee0b06291c2b90ea57c.tar.zst freebsd-ports-gnome-c79437d5c88dbf2e9ac9dee0b06291c2b90ea57c.zip |
Stagify
Use bsdtar to extract
Diffstat (limited to 'portuguese/mythes')
-rw-r--r-- | portuguese/mythes/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/portuguese/mythes/Makefile b/portuguese/mythes/Makefile index 0fb0bc571e1e..c2a8cc1b44ae 100644 --- a/portuguese/mythes/Makefile +++ b/portuguese/mythes/Makefile @@ -13,7 +13,7 @@ COMMENT= Portuguese thesaurus LICENSE= GPLv2 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes @@ -23,11 +23,10 @@ PLIST_FILES= %%DATADIR%%/th_pt_BR_v2.dat \ %%DATADIR%%/th_pt_PT_v2.idx PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_pt_PT_v2.dat ${WRKSRC}/th_pt_PT_v2.idx ${DATADIR}/ - ${LN} -s th_pt_PT_v2.dat ${DATADIR}/th_pt_BR_v2.dat - ${LN} -s th_pt_PT_v2.idx ${DATADIR}/th_pt_BR_v2.idx + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/th_pt_PT_v2.dat ${WRKSRC}/th_pt_PT_v2.idx ${STAGEDIR}${DATADIR}/ + ${LN} -s th_pt_PT_v2.dat ${STAGEDIR}${DATADIR}/th_pt_BR_v2.dat + ${LN} -s th_pt_PT_v2.idx ${STAGEDIR}${DATADIR}/th_pt_BR_v2.idx .include <bsd.port.mk> |