diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-08-11 14:22:04 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-08-11 14:22:04 +0000 |
commit | afad9860868834b8878f2415988564ed1e54da44 (patch) | |
tree | 9f1cf5504b29c9e5ef94fcb0043684acb6cbd40c /games/xblackjack/Makefile | |
parent | b08196a4c37430dd0692a13a8a02cc4cc2d7c4ee (diff) |
Notes
Diffstat (limited to 'games/xblackjack/Makefile')
-rw-r--r-- | games/xblackjack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xblackjack/Makefile b/games/xblackjack/Makefile index 148d611d1938..81c725f0c397 100644 --- a/games/xblackjack/Makefile +++ b/games/xblackjack/Makefile @@ -3,13 +3,14 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1996/08/17 10:26:10 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/18 09:53:07 asami Exp $ # DISTNAME= xblackjack-2.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games +EXTRACT_SUFX= .tar.Z MAINTAINER= erich@FreeBSD.org |