diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 00:31:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 00:31:16 +0800 |
commit | 0b4b3bc428bb8703720c8136cf8d223790ed8b7b (patch) | |
tree | 0390df1fe39ee2a62e90ad423fb0fb7b5ee0819c /german/mythes | |
parent | 46cf08f290df11a147668f70d0fc4dcc4c11deaf (diff) | |
download | freebsd-ports-gnome-0b4b3bc428bb8703720c8136cf8d223790ed8b7b.tar.gz freebsd-ports-gnome-0b4b3bc428bb8703720c8136cf8d223790ed8b7b.tar.zst freebsd-ports-gnome-0b4b3bc428bb8703720c8136cf8d223790ed8b7b.zip |
- Update to 2011.07.26
- Use PLIST_DIRSTRY for PREFIX/share/mythes
- Explicitly list installing filenames
Diffstat (limited to 'german/mythes')
-rw-r--r-- | german/mythes/Makefile | 23 | ||||
-rw-r--r-- | german/mythes/distinfo | 4 |
2 files changed, 13 insertions, 14 deletions
diff --git a/german/mythes/Makefile b/german/mythes/Makefile index 9422e96a0725..4eedacaa7dee 100644 --- a/german/mythes/Makefile +++ b/german/mythes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mythes -PORTVERSION= 2011.07.20 +PORTVERSION= 2011.07.26 CATEGORIES= german textproc MASTER_SITES= http://www.openthesaurus.de/export/ DISTNAME= Deutscher-Thesaurus @@ -19,26 +19,25 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes - -DEALIASES= de_AT de_BE de_CH de_LI de_LU +NO_WRKSUBDIR= yes PLIST_FILES= share/mythes/th_de_DE_v2.idx \ share/mythes/th_de_DE_v2.dat +PLIST_DIRSTRY= share/mythes + +DEALIASES= de_AT de_BE de_CH de_LI de_LU .for ALIAS in ${DEALIASES} PLIST_FILES+= share/mythes/th_${ALIAS}_v2.idx \ share/mythes/th_${ALIAS}_v2.dat .endfor -PLIST_DIRS= share/mythes - do-install: - @${MKDIR} ${PREFIX}/share/mythes - @${INSTALL_DATA} ${WRKDIR}/th_de_DE_v2.* ${PREFIX}/share/mythes - @cd ${PREFIX}/share/mythes; \ - for alias in ${DEALIASES}; do \ - ${LN} -s th_de_DE_v2.idx th_$${alias}_v2.idx ; \ - ${LN} -s th_de_DE_v2.dat th_$${alias}_v2.dat ; \ - done + ${MKDIR} ${PREFIX}/share/mythes/ + ${INSTALL_DATA} ${WRKSRC}/th_de_DE_v2.dat ${WRKSRC}/th_de_DE_v2.idx ${PREFIX}/share/mythes/ +.for ALIAS in ${DEALIASES} + ${LN} -s th_de_DE_v2.dat ${PREFIX}/share/mythes/th_${ALIAS}_v2.dat + ${LN} -s th_de_DE_v2.idx ${PREFIX}/share/mythes/th_${ALIAS}_v2.idx +.endfor .include <bsd.port.mk> diff --git a/german/mythes/distinfo b/german/mythes/distinfo index e4c25103524d..7d6893c1e155 100644 --- a/german/mythes/distinfo +++ b/german/mythes/distinfo @@ -1,2 +1,2 @@ -SHA256 (Deutscher-Thesaurus.oxt) = 283ba41d42b857dd873ba68508127255f6588cd18f0e7fa9021478af9087e6f8 -SIZE (Deutscher-Thesaurus.oxt) = 3175630 +SHA256 (Deutscher-Thesaurus.oxt) = 9e5a0332da30df57d1c744bf063a18b59423286fa3e86d07a80105e0df8f0bfe +SIZE (Deutscher-Thesaurus.oxt) = 3176672 |