diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-06-07 20:18:30 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-06-07 20:18:30 +0000 |
commit | 1238cbbe9da6c2ecadcc72019c3c40452417a04d (patch) | |
tree | 6cac48ed236356d8a3fecae53241556e1caf82cd /games/xpat2/Makefile | |
parent | 86be40f2f8d5f08b74fd90f3ecfa52083680c2a5 (diff) |
Notes
Diffstat (limited to 'games/xpat2/Makefile')
-rw-r--r-- | games/xpat2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index 529155875490..ca814b7f8d49 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: xpat2 -# Version required: 1.04 +# Version required: 1.06 # Date created: 5 March 1997 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.5 1998/08/05 09:31:01 asami Exp $ +# $Id: Makefile,v 1.6 1998/11/29 07:49:31 asami Exp $ # -DISTNAME= xpat2-1.04 +DISTNAME= xpat2-1.06 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/solitaires -EXTRACT_SUFX= -src.tar.gz MAINTAINER= mph@freebsd.org |