aboutsummaryrefslogtreecommitdiff
path: root/textproc/sv-mythes
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 11:20:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 11:20:38 +0000
commit793e27d7e50a32c83d3be0a08452adfb18ec8211 (patch)
tree701c9b5fd48ead4fa2bcd4a062357c78213c145a /textproc/sv-mythes
parent578c40b51f88e4ea81988d671488e1e1e58749e9 (diff)
downloadports-793e27d7e50a32c83d3be0a08452adfb18ec8211.tar.gz
ports-793e27d7e50a32c83d3be0a08452adfb18ec8211.zip
Notes
Diffstat (limited to 'textproc/sv-mythes')
-rw-r--r--textproc/sv-mythes/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/textproc/sv-mythes/Makefile b/textproc/sv-mythes/Makefile
index 53b1fa7414c4..c3d1874ca376 100644
--- a/textproc/sv-mythes/Makefile
+++ b/textproc/sv-mythes/Makefile
@@ -14,7 +14,7 @@ COMMENT= Swedish thesaurus
LICENSE= MIT
-USE_ZIP= yes
+EXTRACT_SUFX= .zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
@@ -24,11 +24,10 @@ PLIST_FILES= %%DATADIR%%/th_sv_SE.dat \
%%DATADIR%%/th_sv_FI.idx
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/th_sv_SE.dat ${WRKSRC}/th_sv_SE.idx ${DATADIR}/
- ${LN} -s th_sv_SE.dat ${DATADIR}/th_sv_FI.dat
- ${LN} -s th_sv_SE.idx ${DATADIR}/th_sv_FI.idx
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/th_sv_SE.dat ${WRKSRC}/th_sv_SE.idx ${STAGEDIR}${DATADIR}/
+ ${LN} -s th_sv_SE.dat ${STAGEDIR}${DATADIR}/th_sv_FI.dat
+ ${LN} -s th_sv_SE.idx ${STAGEDIR}${DATADIR}/th_sv_FI.idx
.include <bsd.port.mk>