aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/nl-mythes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/nl-mythes/Makefile')
-rw-r--r--textproc/nl-mythes/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/nl-mythes/Makefile b/textproc/nl-mythes/Makefile
index 16a15ccd5166..3ae20e656b69 100644
--- a/textproc/nl-mythes/Makefile
+++ b/textproc/nl-mythes/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mythes
-PORTVERSION= 2011.07.26
-PORTREVISION= 1
+PORTVERSION= 2011.08.01
CATEGORIES= textproc
MASTER_SITES= http://data.opentaal.org/opentaalbank/thesaurus/download/
PKGNAMEPREFIX= nl-
@@ -21,6 +20,7 @@ LICENSE= BSD
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/th_nl_NL_v2.dat \
%%DATADIR%%/th_nl_NL_v2.idx
@@ -34,8 +34,8 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.dat \
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/th_nl_v2.dat ${DATADIR}/th_nl_NL_v2.dat
- ${INSTALL_DATA} ${WRKDIR}/th_nl_v2.dat ${DATADIR}/th_nl_NL_v2.idx
+ ${INSTALL_DATA} ${WRKSRC}/th_nl_v2.dat ${DATADIR}/th_nl_NL_v2.dat
+ ${INSTALL_DATA} ${WRKSRC}/th_nl_v2.dat ${DATADIR}/th_nl_NL_v2.idx
.for ALIAS in ${NLALIASES}
${LN} -s th_nl_NL_v2.dat ${DATADIR}/th_${ALIAS}_v2.dat
${LN} -s th_nl_NL_v2.idx ${DATADIR}/th_${ALIAS}_v2.idx