summaryrefslogtreecommitdiff
path: root/games/xblackjack/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-17 10:26:10 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-17 10:26:10 +0000
commit1fcef4fb85276d75aa4f8c20e827dd17fb97b68f (patch)
tree81d87fdf78927547e7350c4fed8a73c1713cedac /games/xblackjack/Makefile
parent(1) Ignore patches directory without a patch with a message instead of (diff)
Just a little variable reordering, to make MAINTAINER stand out a bit more
(so we can yell at Eric if it doesn't work, haha :).
Notes
Notes: svn path=/head/; revision=3628
Diffstat (limited to '')
-rw-r--r--games/xblackjack/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xblackjack/Makefile b/games/xblackjack/Makefile
index 01f2b58bbe37..b4528e02c09a 100644
--- a/games/xblackjack/Makefile
+++ b/games/xblackjack/Makefile
@@ -3,15 +3,16 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/08/16 13:28:47 erich Exp $
#
DISTNAME= xblackjack-2.2
CATEGORIES+= games
MASTER_SITES= ftp://ftp.x.org/contrib/games/
-REQUIRES_MOTIF= yes
-USE_IMAKE= yes
MAINTAINER= erich@FreeBSD.org
+REQUIRES_MOTIF= yes
+USE_IMAKE= yes
+
.include <bsd.port.mk>