diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 00:42:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 00:42:40 +0800 |
commit | 0237357c44b7ff15122d97b007133da8c2284758 (patch) | |
tree | 1b3a1eff4d1704b730cb7b8df9a8c392484c9a7e | |
parent | 9f074098a007cd3ea1b57d6778995541b562cabd (diff) | |
download | freebsd-ports-gnome-0237357c44b7ff15122d97b007133da8c2284758.tar.gz freebsd-ports-gnome-0237357c44b7ff15122d97b007133da8c2284758.tar.zst freebsd-ports-gnome-0237357c44b7ff15122d97b007133da8c2284758.zip |
- Update to 2011.07.27
- Use PLIST_DIRSTRY for PREFIX/share/mythes
- Explicitly list installing filenames
-rw-r--r-- | textproc/sl-mythes/Makefile | 9 | ||||
-rw-r--r-- | textproc/sl-mythes/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/sl-mythes/Makefile b/textproc/sl-mythes/Makefile index 13adfc8ae7db..5c5d4f0942da 100644 --- a/textproc/sl-mythes/Makefile +++ b/textproc/sl-mythes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sl-mythes -PORTVERSION= 2011.07.24 +PORTVERSION= 2011.07.27 CATEGORIES= textproc MASTER_SITES= http://193.2.66.133:85/download/ DISTNAME= thes_sl_SI_v2 @@ -18,13 +18,14 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= share/mythes/th_sl_SI_v2.dat \ share/mythes/th_sl_SI_v2.idx -PLIST_DIRS= share/mythes +PLIST_DIRSTRY= share/mythes do-install: - @${MKDIR} ${PREFIX}/share/mythes - @${INSTALL_DATA} ${WRKDIR}/th_sl_SI_v2.* ${PREFIX}/share/mythes + ${MKDIR} ${PREFIX}/share/mythes/ + ${INSTALL_DATA} ${WRKSRC}/th_sl_SI_v2.dat ${WRKSRC}/th_sl_SI_v2.idx ${PREFIX}/share/mythes/ .include <bsd.port.mk> diff --git a/textproc/sl-mythes/distinfo b/textproc/sl-mythes/distinfo index b4a9c9ed070d..fddcc8fc3c79 100644 --- a/textproc/sl-mythes/distinfo +++ b/textproc/sl-mythes/distinfo @@ -1,2 +1,2 @@ -SHA256 (thes_sl_SI_v2.zip) = 52c3e64607d350790b6854b1f556c594dd6b4a4cc31bc66f44f6586a15566def +SHA256 (thes_sl_SI_v2.zip) = fcc1764b1f8cc6a98bda0e91f2a4b315187931eb92bd46df316da9739200f3e7 SIZE (thes_sl_SI_v2.zip) = 317358 |