diff options
author | nakai <nakai@FreeBSD.org> | 2000-01-22 19:46:45 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-01-22 19:46:45 +0800 |
commit | 8e76258260591feba8c1af15c1ca6664ed23c5c7 (patch) | |
tree | 6d1a5aa0965f5392bbc49122cf3833c044e424b0 /games/xrubik | |
parent | fe634d0115acb9af3ad90191efcd3274f380d426 (diff) | |
download | freebsd-ports-gnome-8e76258260591feba8c1af15c1ca6664ed23c5c7.tar.gz freebsd-ports-gnome-8e76258260591feba8c1af15c1ca6664ed23c5c7.tar.zst freebsd-ports-gnome-8e76258260591feba8c1af15c1ca6664ed23c5c7.zip |
Fix and updates from KATO Tsuguru.
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Diffstat (limited to 'games/xrubik')
-rw-r--r-- | games/xrubik/Makefile | 8 | ||||
-rw-r--r-- | games/xrubik/distinfo | 2 | ||||
-rw-r--r-- | games/xrubik/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/games/xrubik/Makefile b/games/xrubik/Makefile index 21bf307854e4..5f9c17b7bb6c 100644 --- a/games/xrubik/Makefile +++ b/games/xrubik/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: xrubik -# Version required: 5.4.4 +# New ports collection makefile for: xrubik +# Version required: 5.5.2 # Date created: 20 October 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xrubik-5.4.4 +DISTNAME= xrubik-5.5.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -18,7 +18,7 @@ USE_IMAKE= yes MAN1= xrubik.1 MANCOMPRESSED= no -post-install: +do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${PREFIX}/lib/X11/app-defaults/Rubik ${INSTALL_MAN} ${WRKSRC}/xrubik.man ${PREFIX}/man/man1/xrubik.1 diff --git a/games/xrubik/distinfo b/games/xrubik/distinfo index 6d7d31786db5..929f20299fcd 100644 --- a/games/xrubik/distinfo +++ b/games/xrubik/distinfo @@ -1 +1 @@ -MD5 (xrubik-5.4.4.tar.gz) = b6ad899aa0559517ded199cb65e109d9 +MD5 (xrubik-5.5.2.tar.gz) = a8fc4e3688aa1a12ffa30375b704df13 diff --git a/games/xrubik/pkg-descr b/games/xrubik/pkg-descr index ed39354c9c8f..c860d1b3359e 100644 --- a/games/xrubik/pkg-descr +++ b/games/xrubik/pkg-descr @@ -2,3 +2,5 @@ Xrubik, X-based rubik's cube(tm) Rubik's cube is a puzzle that you put same color pieces to the same faces on a cube. + +WWW: http://www.tux.org/~bagleyd/puzzles.html |