diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 00:40:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 00:40:50 +0800 |
commit | 9f074098a007cd3ea1b57d6778995541b562cabd (patch) | |
tree | 530197c39ad4b13e807586af5e429ec24435c807 | |
parent | 1ca34f4343133d39de8e1417512e34fb89f2c640 (diff) | |
download | freebsd-ports-gnome-9f074098a007cd3ea1b57d6778995541b562cabd.tar.gz freebsd-ports-gnome-9f074098a007cd3ea1b57d6778995541b562cabd.tar.zst freebsd-ports-gnome-9f074098a007cd3ea1b57d6778995541b562cabd.zip |
- Update to 2011.07.26
- Use PLIST_DIRSTRY for PREFIX/share/mythes
- Explicitly list installing filenames
-rw-r--r-- | textproc/sk-mythes/Makefile | 9 | ||||
-rw-r--r-- | textproc/sk-mythes/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/sk-mythes/Makefile b/textproc/sk-mythes/Makefile index d768999a98c7..3573e67f03cc 100644 --- a/textproc/sk-mythes/Makefile +++ b/textproc/sk-mythes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sk-mythes -PORTVERSION= 2011.07.23. +PORTVERSION= 2011.07.26 CATEGORIES= textproc MASTER_SITES= http://www.sk-spell.sk.cx/thesaurus/download/ DISTNAME= OOo-Thesaurus2-sk_SK @@ -18,13 +18,14 @@ LICENSE= BSD USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= share/mythes/th_sk_SK_v2.dat \ share/mythes/th_sk_SK_v2.idx -PLIST_DIRS= share/mythes +PLIST_DIRSTRY= share/mythes do-install: - @${MKDIR} ${PREFIX}/share/mythes - @${INSTALL_DATA} ${WRKDIR}/th_sk_SK_v2.* ${PREFIX}/share/mythes + ${MKDIR} ${PREFIX}/share/mythes/ + ${INSTALL_DATA} ${WRKSRC}/th_sk_SK_v2.dat ${WRKSRC}/th_sk_SK_v2.idx ${PREFIX}/share/mythes/ .include <bsd.port.mk> diff --git a/textproc/sk-mythes/distinfo b/textproc/sk-mythes/distinfo index a7cb1d0e018d..6dfb002a71b5 100644 --- a/textproc/sk-mythes/distinfo +++ b/textproc/sk-mythes/distinfo @@ -1,2 +1,2 @@ -SHA256 (OOo-Thesaurus2-sk_SK.zip) = fe40c5233f17398875961d6e29eae59da546e12c0a1497cc2194e054aa39b424 +SHA256 (OOo-Thesaurus2-sk_SK.zip) = 4447abc3b200d7aacc5cc0982b36c1e52d54d9c7b5ae8c40df13eefc6ed3e7e3 SIZE (OOo-Thesaurus2-sk_SK.zip) = 330343 |