diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-15 07:30:48 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-15 07:30:48 +0000 |
commit | 5563a48e648340ad0161a0419fc446a0db600ba1 (patch) | |
tree | d25592ccb6e05d5089773ca9ea0825358f399ef9 | |
parent | f8245e7e204e6998760a71b3b3acd8e9606b5683 (diff) | |
download | ports-5563a48e648340ad0161a0419fc446a0db600ba1.tar.gz ports-5563a48e648340ad0161a0419fc446a0db600ba1.zip |
Notes
-rw-r--r-- | games/xrubik/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/games/xrubik/Makefile b/games/xrubik/Makefile index 92818ad90286..bce15e0d04d4 100644 --- a/games/xrubik/Makefile +++ b/games/xrubik/Makefile @@ -1,20 +1,19 @@ # New ports collection makefile for: xrubik -# Version required: V5.3.2 -# Date created: 20 October 1996 -# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> +# Version required: 5.3.2 +# Date created: 20 October 1996 +# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: porting.sgml,v 1.25 1996/08/01 00:12:11 asami Exp $ +# $Id: Makefile,v 1.2 1996/10/15 02:10:18 max Exp $ # DISTNAME= xrubik -PKGNAME= xrubik-5.3.2 -CATEGORIES+= games x11 +PKGNAME= xrubik-5.3.2 +CATEGORIES+= games x11 MASTER_SITES= ftp://ftp.iis.u-tokyo.ac.jp/pub1/X/contrib/games/puzzles/ -MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp +MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp -USE_X11= yes -USE_IMAKE= yes +USE_IMAKE= yes post-install: @chmod 755 ${PREFIX}/bin/xrubik |