diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2008-05-28 19:23:48 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2008-05-28 19:23:48 +0000 |
commit | 66defa7f31fdad7ee2d81935b4d15807ce74f464 (patch) | |
tree | a3b6a6f0b77c4c125444cf384c8d8eaf3b4d5553 /games/gtypist | |
parent | e79462c871ddf1e9044b23eb70dd559286928e24 (diff) | |
download | ports-66defa7f31fdad7ee2d81935b4d15807ce74f464.tar.gz ports-66defa7f31fdad7ee2d81935b4d15807ce74f464.zip |
Update to 2.8. No major changes.
Notes
Notes:
svn path=/head/; revision=213822
Diffstat (limited to 'games/gtypist')
-rw-r--r-- | games/gtypist/Makefile | 11 | ||||
-rw-r--r-- | games/gtypist/distinfo | 6 | ||||
-rw-r--r-- | games/gtypist/pkg-plist | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index bcc03f5ba346..d11a1284304b 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= gtypist -PORTVERSION= 2.7 -PORTREVISION= 1 +PORTVERSION= 2.8 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,10 +15,7 @@ COMMENT= Interactive typing tutor USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - CONFIG_SHELL="${SH}" \ - EMACS=no +CONFIGURE_ENV= EMACS=no INFO= gtypist MAN1= gtypist.1 typefortune.1 @@ -32,4 +28,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/typefortune ${PREFIX}/bin + .include <bsd.port.mk> diff --git a/games/gtypist/distinfo b/games/gtypist/distinfo index 12e20b9d1553..121786524936 100644 --- a/games/gtypist/distinfo +++ b/games/gtypist/distinfo @@ -1,3 +1,3 @@ -MD5 (gtypist-2.7.tar.bz2) = 200d42de9a0070866d88116112370f0a -SHA256 (gtypist-2.7.tar.bz2) = 2d5fd8b3d3b35305d8e78e045cece3b4edbf32e3716878e41b42196297b75da8 -SIZE (gtypist-2.7.tar.bz2) = 818509 +MD5 (gtypist-2.8.tar.bz2) = b36e4114b5c5f2506471cae1dd79b313 +SHA256 (gtypist-2.8.tar.bz2) = 580a9f6c07d8ce060f6253650aec6442d60e68fcf201ffffb3570c3011e98286 +SIZE (gtypist-2.8.tar.bz2) = 887780 diff --git a/games/gtypist/pkg-plist b/games/gtypist/pkg-plist index 03985868a61a..66aceac3e351 100644 --- a/games/gtypist/pkg-plist +++ b/games/gtypist/pkg-plist @@ -30,6 +30,8 @@ share/gtypist/v.typ %%NLS%%share/locale/es/LC_MESSAGES/gtypist.mo %%NLS%%share/locale/fi/LC_MESSAGES/gtypist.mo %%NLS%%share/locale/fr/LC_MESSAGES/gtypist.mo +%%NLS%%share/locale/nl/LC_MESSAGES/gtypist.mo %%NLS%%share/locale/ru/LC_MESSAGES/gtypist.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/gtypist.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gtypist.mo @dirrm share/gtypist |