diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-06 21:09:08 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-06 21:09:08 +0000 |
commit | 5688c41e846837d8b57663dfc9f52b5f34b10781 (patch) | |
tree | ac902c92994955065ae5504e98e12d5a48cf447b | |
parent | c2b3e076532db4676ce2aa682b66864146b1b3ef (diff) | |
download | ports-5688c41e846837d8b57663dfc9f52b5f34b10781.tar.gz ports-5688c41e846837d8b57663dfc9f52b5f34b10781.zip |
Notes
-rw-r--r-- | games/gtktetcolor/Makefile | 11 | ||||
-rw-r--r-- | games/gtktetcolor/distinfo | 4 | ||||
-rw-r--r-- | games/gtktetcolor/pkg-plist | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/games/gtktetcolor/Makefile b/games/gtktetcolor/Makefile index 6f5bb3779b89..41cbececd501 100644 --- a/games/gtktetcolor/Makefile +++ b/games/gtktetcolor/Makefile @@ -6,21 +6,24 @@ # PORTNAME= gtktetcolor -PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTVERSION= 0.6.3 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://canopus.iacp.dvo.ru/pub/Games/gtktetcolor/ + http://www.dvgu.ru/ifit/~panov/gtktetcolor/ MASTER_SITE_SUBDIR= games MAINTAINER= ports@FreeBSD.org COMMENT= A game for GNOME that resembles well-known tetris and columns USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui +USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e \ + 's|games\.games|games:games|g' ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/games/gtktetcolor/distinfo b/games/gtktetcolor/distinfo index 6c9c7cd15aeb..9741a7cdb919 100644 --- a/games/gtktetcolor/distinfo +++ b/games/gtktetcolor/distinfo @@ -1,2 +1,2 @@ -MD5 (gtktetcolor-0.6.2.tar.gz) = 873f091494ed3b567a6ebdde4fee6ddd -SIZE (gtktetcolor-0.6.2.tar.gz) = 183336 +MD5 (gtktetcolor-0.6.3.tar.gz) = e097bd8380bbd528e7ea97b4795f7c24 +SIZE (gtktetcolor-0.6.3.tar.gz) = 195023 diff --git a/games/gtktetcolor/pkg-plist b/games/gtktetcolor/pkg-plist index 8b7d00a06ffb..ed9814386e5e 100644 --- a/games/gtktetcolor/pkg-plist +++ b/games/gtktetcolor/pkg-plist @@ -1,6 +1,6 @@ bin/gtktetcolor etc/sound/events/gtktetcolor.soundlist -share/gnome/apps/Games/gtktetcolor.desktop +share/gnome/applications/gtktetcolor.desktop share/gnome/games/gtktetcolor.scores share/gnome/pixmaps/gtktetcolor.xpm share/gnome/sounds/gtktetcolor/bonus.wav |