diff options
author | krion <krion@FreeBSD.org> | 2003-12-04 18:48:57 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-04 18:48:57 +0000 |
commit | ff6e33c901cd1e02b349974c58fce90ca9621222 (patch) | |
tree | 861bf06d70a17c2c4744feb8672f299c4d84a9d9 /graphics/gtksee | |
parent | 99f46781e5365cb95cc91223235c3c469a69585a (diff) | |
download | FreeBSD-ports-ff6e33c901cd1e02b349974c58fce90ca9621222.zip FreeBSD-ports-ff6e33c901cd1e02b349974c58fce90ca9621222.tar.gz |
- Update to version 0.5.5.1
PR: 59645
Submitted by: Ports Fury
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 49c6d58..7b10277 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 d1048fc..d6d99c1 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 6e940b9..19f2bf5 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 |