diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 08:20:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 08:20:19 +0000 |
commit | 54bfe2c902cde13968f2c7ded67c038f02995791 (patch) | |
tree | bf954f87e659067d4ad81c04c0c6b322249998c4 /games/tksol | |
parent | Delete all references to the variable ${KEYWORD} that never quite flew. (diff) |
Remove ${KEYWORDS}.
Notes
Notes:
svn path=/head/; revision=2780
Diffstat (limited to 'games/tksol')
-rw-r--r-- | games/tksol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/tksol/Makefile b/games/tksol/Makefile index 77182a1a13ec..b48c95341780 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -3,12 +3,11 @@ # Date created: 26 June 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.1.1.1 1995/07/04 10:25:20 asami Exp $ +# $Id: Makefile,v 1.2 1995/11/28 07:54:57 tg Exp $ # DISTNAME= tksol-1.0 CATEGORIES+= games -KEYWORDS+= games x11 tk solitaire MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/ EXTRACT_SUFX= .tar.Z |