diff options
author | max <max@FreeBSD.org> | 1996-10-15 15:30:48 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-15 15:30:48 +0800 |
commit | 459832a0bc79a08037f8fd1f4a6c5a5c1cbb7659 (patch) | |
tree | 603104f6d3d8d104dc22917881e67495fe8b7900 /games | |
parent | e65bc1058a0c8c6fe438517a9398fbf8d93c95be (diff) | |
download | freebsd-ports-gnome-459832a0bc79a08037f8fd1f4a6c5a5c1cbb7659.tar.gz freebsd-ports-gnome-459832a0bc79a08037f8fd1f4a6c5a5c1cbb7659.tar.zst freebsd-ports-gnome-459832a0bc79a08037f8fd1f4a6c5a5c1cbb7659.zip |
Removed USE_X11=yes as USE_IMAKE=yes is specified.
Submitted by: asami
Diffstat (limited to 'games')
-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 |