diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-04 18:48:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-04 18:48:57 +0000 |
commit | 450a6bd5d81fc2631822a04d80ce684595f0d21a (patch) | |
tree | 2dfe02692ea0d4d2176f17145858c6fa43f50149 /graphics/gtksee | |
parent | fc4c5d46916fbfec01d84ae1a4371b16e85c7a6e (diff) |
Notes
Diffstat (limited to 'graphics/gtksee')
-rw-r--r-- | graphics/gtksee/Makefile | 5 | ||||
-rw-r--r-- | graphics/gtksee/distinfo | 2 | ||||
-rw-r--r-- | graphics/gtksee/pkg-plist | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile index 49c6d580f127..7b102773c35c 100644 --- a/graphics/gtksee/Makefile +++ b/graphics/gtksee/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtksee -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.5.1 CATEGORIES= graphics MASTER_SITES= http://download.berlios.de/gtksee/ @@ -36,4 +36,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|^CFLAGS=""|CFLAGS="$$CFLAGS"|g' ${WRKSRC}/configure +post-install: + ${INSTALL_MAN} ${WRKSRC}/man/gtksee.1 ${MANPREFIX}/man/man1 + .include <bsd.port.mk> diff --git a/graphics/gtksee/distinfo b/graphics/gtksee/distinfo index d1048fc0ef30..d6d99c1e897e 100644 --- a/graphics/gtksee/distinfo +++ b/graphics/gtksee/distinfo @@ -1 +1 @@ -MD5 (gtksee-0.5.4.tar.gz) = 812e1ef6f5611ec123f1310f7daf1baa +MD5 (gtksee-0.5.5.1.tar.gz) = c076bdf0433eb8a4929998a85597720b diff --git a/graphics/gtksee/pkg-plist b/graphics/gtksee/pkg-plist index 6e940b9897ba..19f2bf571ba4 100644 --- a/graphics/gtksee/pkg-plist +++ b/graphics/gtksee/pkg-plist @@ -2,4 +2,6 @@ bin/gtksee share/locale/de/LC_MESSAGES/gtksee.mo share/locale/es/LC_MESSAGES/gtksee.mo share/locale/fr/LC_MESSAGES/gtksee.mo +share/locale/ru/LC_MESSAGES/gtksee.mo +share/locale/ru_UA/LC_MESSAGES/gtksee.mo share/locale/zh_CN.EUC/LC_MESSAGES/gtksee.mo |