diff options
author | mph <mph@FreeBSD.org> | 1999-06-08 04:18:30 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-06-08 04:18:30 +0800 |
commit | b2ca33f78e15f983e5269c15f5237eb1714ef44f (patch) | |
tree | e6d1a1ae83e82776e18e817bf14c54bbe9ddae13 /games/xpat2/Makefile | |
parent | 70c6d3479af13cc3febea945f66b9e2e5ab41747 (diff) | |
download | freebsd-ports-gnome-b2ca33f78e15f983e5269c15f5237eb1714ef44f.tar.gz freebsd-ports-gnome-b2ca33f78e15f983e5269c15f5237eb1714ef44f.tar.zst freebsd-ports-gnome-b2ca33f78e15f983e5269c15f5237eb1714ef44f.zip |
Fix distfile fennerage by upgrading to 1.06.
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 |