diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-15 11:13:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-15 11:13:27 +0000 |
commit | 4be7fc0d9dc1638e79cb2af9cacc5b45ae09d5bc (patch) | |
tree | 44d50770f9e0b01cbac8621a659a17e92fadd7ae /sysutils/gcombust | |
parent | 7c8eb11acbf8f712da26360467a87bb85fd8f2e8 (diff) | |
download | ports-4be7fc0d9dc1638e79cb2af9cacc5b45ae09d5bc.tar.gz ports-4be7fc0d9dc1638e79cb2af9cacc5b45ae09d5bc.zip |
Notes
Diffstat (limited to 'sysutils/gcombust')
-rw-r--r-- | sysutils/gcombust/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gcombust/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gcombust/pkg-plist | 4 |
3 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 6a5781cb92e8..daf13750a944 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gcombust -PORTVERSION= 0.1.37 +PORTVERSION= 0.1.41 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ @@ -27,6 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|==|=|g' ${WRKSRC}/po/Makefile.in.in post-configure: cd ${WRKSRC}/po && ${MAKE} update-po diff --git a/sysutils/gcombust/distinfo b/sysutils/gcombust/distinfo index d012e0b5040c..f45dfdb38c8e 100644 --- a/sysutils/gcombust/distinfo +++ b/sysutils/gcombust/distinfo @@ -1 +1 @@ -MD5 (gcombust-0.1.37.tar.gz) = 32b4026503ab46c16bc6838ef15c70e2 +MD5 (gcombust-0.1.41.tar.gz) = e62fee7d7d5fccd1cf40e8599b035933 diff --git a/sysutils/gcombust/pkg-plist b/sysutils/gcombust/pkg-plist index 7b6df600638b..460197bd88d6 100644 --- a/sysutils/gcombust/pkg-plist +++ b/sysutils/gcombust/pkg-plist @@ -1,6 +1,8 @@ bin/gcombust share/doc/gcombust/README share/doc/gcombust/NEWS +share/gnome/apps/Applications/gcombust.desktop +share/locale/da/LC_MESSAGES/gcombust.mo share/locale/de/LC_MESSAGES/gcombust.mo share/locale/es/LC_MESSAGES/gcombust.mo share/locale/fr/LC_MESSAGES/gcombust.mo @@ -11,4 +13,6 @@ share/locale/ko/LC_MESSAGES/gcombust.mo share/locale/no/LC_MESSAGES/gcombust.mo share/locale/ru/LC_MESSAGES/gcombust.mo share/locale/sv/LC_MESSAGES/gcombust.mo +share/pixmaps/gcombust.xpm +@dirrm share/pixmaps @dirrm share/doc/gcombust |