aboutsummaryrefslogtreecommitdiffstats
path: root/french
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 19:11:44 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 19:11:44 +0800
commit578c40b51f88e4ea81988d671488e1e1e58749e9 (patch)
tree4e76b2c37d3a0e5a5a6d0f7a05dab27d4723ef21 /french
parent32bbb51a37219e6720a06ceebb9a837135c3f8b1 (diff)
downloadfreebsd-ports-gnome-578c40b51f88e4ea81988d671488e1e1e58749e9.tar.gz
freebsd-ports-gnome-578c40b51f88e4ea81988d671488e1e1e58749e9.tar.zst
freebsd-ports-gnome-578c40b51f88e4ea81988d671488e1e1e58749e9.zip
Stagify
Use bsdtar to extract
Diffstat (limited to 'french')
-rw-r--r--french/mythes/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/french/mythes/Makefile b/french/mythes/Makefile
index a5931578b8eb..c1713047d9ef 100644
--- a/french/mythes/Makefile
+++ b/french/mythes/Makefile
@@ -12,7 +12,7 @@ COMMENT= French thesaurus
LICENSE= LGPL21
-USE_ZIP= yes
+EXTRACT_SUFX= .zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
@@ -26,14 +26,13 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.dat \
%%DATADIR%%/th_${ALIAS}_v2.idx
.endfor
-NO_STAGE= yes
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/thes_fr.dat ${DATADIR}/th_fr_FR_v2.dat
- ${INSTALL_DATA} ${WRKSRC}/thes_fr.idx ${DATADIR}/th_fr_FR_v2.idx
+ ${INSTALL_DATA} ${WRKSRC}/thes_fr.dat ${STAGEDIR}${DATADIR}/th_fr_FR_v2.dat
+ ${INSTALL_DATA} ${WRKSRC}/thes_fr.idx ${STAGEDIR}${DATADIR}/th_fr_FR_v2.idx
.for ALIAS in ${FRALIASES}
- ${LN} -s th_fr_FR_v2.dat ${DATADIR}/th_${ALIAS}_v2.dat
- ${LN} -s th_fr_FR_v2.idx ${DATADIR}/th_${ALIAS}_v2.idx
+ ${LN} -s th_fr_FR_v2.dat ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.dat
+ ${LN} -s th_fr_FR_v2.idx ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.idx
.endfor
.include <bsd.port.mk>