diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-20 09:34:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-20 09:34:40 +0000 |
commit | ffdd4d4926a326656f757945ac0806cf598543fb (patch) | |
tree | 747bf61d8cf265f3af3832228d28ad40661bf7d2 /graphics/gthumb | |
parent | - Add missing $CONFIGURE_ARGS. (Whoops again!) (diff) |
Update to 0.9.9.
Submitted by: Mizuki Sasaki <mizuki@heaven.rim.or.jp>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=54965
Diffstat (limited to 'graphics/gthumb')
-rw-r--r-- | graphics/gthumb/Makefile | 4 | ||||
-rw-r--r-- | graphics/gthumb/distinfo | 2 | ||||
-rw-r--r-- | graphics/gthumb/pkg-plist | 10 |
3 files changed, 13 insertions, 3 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 5f5d55c3089c..64ae5e42160d 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gthumb -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gthumb @@ -25,7 +25,7 @@ MAN1= gthumb.1 pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/graphics/gthumb/distinfo b/graphics/gthumb/distinfo index f4192c562dbc..211b7513ca68 100644 --- a/graphics/gthumb/distinfo +++ b/graphics/gthumb/distinfo @@ -1 +1 @@ -MD5 (gthumb-0.9.7.tar.gz) = ddd41b940e029416275357c6f0d6ffa9 +MD5 (gthumb-0.9.9.tar.gz) = 8b96bb0dde7adaf3b9d01b6c2bd4b0cb diff --git a/graphics/gthumb/pkg-plist b/graphics/gthumb/pkg-plist index ca0573d1734f..8aebc9b96736 100644 --- a/graphics/gthumb/pkg-plist +++ b/graphics/gthumb/pkg-plist @@ -17,6 +17,13 @@ share/gnome/help/gthumb/C/license.html share/gnome/help/gthumb/C/ln7.html share/gnome/help/gthumb/C/shortcuts.html share/gnome/help/gthumb/C/topic.dat +share/gnome/help/gthumb/ru/authors.html +share/gnome/help/gthumb/ru/bugs.html +share/gnome/help/gthumb/ru/index.html +share/gnome/help/gthumb/ru/license.html +share/gnome/help/gthumb/ru/ln10.html +share/gnome/help/gthumb/ru/shortcuts.html +share/gnome/help/gthumb/ru/topic.dat share/gnome/mime-info/gthumb.keys share/gnome/oaf/GNOME_GThumb_Viewer.oaf share/gnome/pixmaps/gthumb.png @@ -31,7 +38,10 @@ share/locale/nl/LC_MESSAGES/gthumb.mo share/locale/pt_BR/LC_MESSAGES/gthumb.mo share/locale/ru/LC_MESSAGES/gthumb.mo share/locale/sv/LC_MESSAGES/gthumb.mo +@exec mkdir -p %D/share/gnome/help/gthumb/ru/images 2>/dev/null || true @exec mkdir -p %D/share/gnome/help/gthumb/C/images 2>/dev/null || true +@dirrm share/gnome/help/gthumb/ru/images +@dirrm share/gnome/help/gthumb/ru @dirrm share/gnome/help/gthumb/C/images @dirrm share/gnome/help/gthumb/C @dirrm share/gnome/help/gthumb |