diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 00:32:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 00:32:34 +0800 |
commit | 1ca34f4343133d39de8e1417512e34fb89f2c640 (patch) | |
tree | 682925f60b7135b85e5cdf66ed22ee49ae5f86fa /textproc/nl-mythes | |
parent | 0b4b3bc428bb8703720c8136cf8d223790ed8b7b (diff) | |
download | freebsd-ports-gnome-1ca34f4343133d39de8e1417512e34fb89f2c640.tar.gz freebsd-ports-gnome-1ca34f4343133d39de8e1417512e34fb89f2c640.tar.zst freebsd-ports-gnome-1ca34f4343133d39de8e1417512e34fb89f2c640.zip |
- Update to 2011.07.26
- Use PLIST_DIRSTRY for PREFIX/share/mythes
Diffstat (limited to 'textproc/nl-mythes')
-rw-r--r-- | textproc/nl-mythes/Makefile | 20 | ||||
-rw-r--r-- | textproc/nl-mythes/distinfo | 4 |
2 files changed, 11 insertions, 13 deletions
diff --git a/textproc/nl-mythes/Makefile b/textproc/nl-mythes/Makefile index 6faa08a29155..2a98cfb49064 100644 --- a/textproc/nl-mythes/Makefile +++ b/textproc/nl-mythes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nl-mythes -PORTVERSION= 2011.06.09 +PORTVERSION= 2011.07.26 CATEGORIES= textproc MASTER_SITES= http://data.opentaal.org/opentaalbank/thesaurus/download/ DISTNAME= thes_nl @@ -22,23 +22,21 @@ NO_BUILD= yes PLIST_FILES= share/mythes/th_nl_NL_v2.dat \ share/mythes/th_nl_NL_v2.idx -PLIST_DIRS= share/mythes +PLIST_DIRSTRY= share/mythes NLALIASES= nl_AW nl_BE - .for ALIAS in ${NLALIASES} PLIST_FILES+= share/mythes/th_${ALIAS}_v2.dat \ share/mythes/th_${ALIAS}_v2.idx .endfor do-install: - @${MKDIR} ${PREFIX}/share/mythes - @${INSTALL_DATA} ${WRKDIR}/th_nl_v2.dat ${PREFIX}/share/mythes/th_nl_NL_v2.dat - @${INSTALL_DATA} ${WRKDIR}/th_nl_v2.dat ${PREFIX}/share/mythes/th_nl_NL_v2.idx - @cd ${PREFIX}/share/mythes; \ - for alias in ${NLALIASES}; do \ - ${LN} -s th_nl_NL_v2.dat th_$${alias}_v2.dat ; \ - ${LN} -s th_nl_NL_v2.dat th_$${alias}_v2.idx ; \ - done + ${MKDIR} ${PREFIX}/share/mythes/ + ${INSTALL_DATA} ${WRKDIR}/th_nl_v2.dat ${PREFIX}/share/mythes/th_nl_NL_v2.dat + ${INSTALL_DATA} ${WRKDIR}/th_nl_v2.dat ${PREFIX}/share/mythes/th_nl_NL_v2.idx +.for ALIAS in ${NLALIASES} + ${LN} -s th_nl_NL_v2.dat ${PREFIX}/share/mythes/th_${ALIAS}_v2.dat + ${LN} -s th_nl_NL_v2.idx ${PREFIX}/share/mythes/th_${ALIAS}_v2.idx +.endfor .include <bsd.port.mk> diff --git a/textproc/nl-mythes/distinfo b/textproc/nl-mythes/distinfo index 2b9a7700c61f..2ef343865dd5 100644 --- a/textproc/nl-mythes/distinfo +++ b/textproc/nl-mythes/distinfo @@ -1,2 +1,2 @@ -SHA256 (thes_nl.oxt) = acbe57725cab867008f831bd623f5c57315c67e372c2af84627de10af369e7e3 -SIZE (thes_nl.oxt) = 1955743 +SHA256 (thes_nl.oxt) = 16b9b456a15e29b6f2e25ab38a427fcf74445ccfef7c4071563c6d6ad1ae61ba +SIZE (thes_nl.oxt) = 1955742 |