diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-04-05 03:08:25 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-04-05 03:08:25 +0000 |
commit | f1d342e575738f3b6d9541f23be72d45229a8edc (patch) | |
tree | b9c3f0ec3275434db017f973638832bb5840c2fb /games/eboard | |
parent | a92869f45ed5b9502efe828350c969645a79df47 (diff) | |
download | ports-f1d342e575738f3b6d9541f23be72d45229a8edc.tar.gz ports-f1d342e575738f3b6d9541f23be72d45229a8edc.zip |
Notes
Diffstat (limited to 'games/eboard')
-rw-r--r-- | games/eboard/Makefile | 7 | ||||
-rw-r--r-- | games/eboard/distinfo | 2 | ||||
-rw-r--r-- | games/eboard/pkg-plist | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 72a78bcb4f5f..a443d6daf4ca 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= eboard -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 EXTRASVERSION= 1pl2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -21,6 +21,7 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes USE_GNOMENG= yes USE_GNOME= imlib +USE_REINPLACE= yes USE_X_PREFIX= yes INSTALL_TARGET= install install-man @@ -29,7 +30,9 @@ MAN1= eboard-config.1 eboard-addtheme.1 MAN6= eboard.6 post-patch: - @${PERL} -pi -e 's!CXXFLAGS=-O6\n!!' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,-O6,,' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,po intl,po,' -e 's,CXXFLAGS =,CXXFLAGS +=,' \ + ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) diff --git a/games/eboard/distinfo b/games/eboard/distinfo index ae8a3794a6a0..9bca8b119f26 100644 --- a/games/eboard/distinfo +++ b/games/eboard/distinfo @@ -1,2 +1,2 @@ -MD5 (eboard-0.7.0.tar.gz) = d16a9f6f86e999d3772b889fadfb3850 +MD5 (eboard-0.8.0.tar.gz) = 4833405d70b86af52c56ebc0ecb306eb MD5 (eboard-extras-1pl2.tar.gz) = d5fb7a541d9ef5f6d1d565d877b1ab9a diff --git a/games/eboard/pkg-plist b/games/eboard/pkg-plist index 0b4b95e04d2c..70efe310e9aa 100644 --- a/games/eboard/pkg-plist +++ b/games/eboard/pkg-plist @@ -24,6 +24,7 @@ share/eboard/Kingdom.png share/eboard/Leipzig.png share/eboard/Mayan.png share/eboard/Move1.wav +share/eboard/NAG.en.txt share/eboard/OldClassicDark.png share/eboard/Rastapov.png share/eboard/Slics.png @@ -41,6 +42,8 @@ share/eboard/rock.png share/eboard/eboard_themes.conf share/locale/de/LC_MESSAGES/eboard.mo share/locale/es/LC_MESSAGES/eboard.mo +share/locale/it/LC_MESSAGES/eboard.mo +share/locale/it_IT/LC_MESSAGES/eboard.mo share/locale/pt_BR/LC_MESSAGES/eboard.mo @dirrm share/eboard %%PORTDOCS%%@dirrm share/doc/eboard |