diff options
author | tg <tg@FreeBSD.org> | 1998-12-22 16:07:34 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-12-22 16:07:34 +0000 |
commit | 4ef1cf16f7e4a60de0812542ea1b332096feaf61 (patch) | |
tree | bc292399193d5cc215d6488c04acec549ef2ff60 /games/pysol/Makefile | |
parent | b786da8ba0e629f999626e564551532b580bb497 (diff) | |
download | FreeBSD-ports-4ef1cf16f7e4a60de0812542ea1b332096feaf61.zip FreeBSD-ports-4ef1cf16f7e4a60de0812542ea1b332096feaf61.tar.gz |
Upgrade to 2.01.
Diffstat (limited to 'games/pysol/Makefile')
-rw-r--r-- | games/pysol/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 07a9f69..cf4c434 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,20 +1,23 @@ # New ports collection makefile for: PySol -# Version required: 2.00 +# Version required: 2.01 # Date created: 11 September 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1998/10/19 11:00:24 tg Exp $ +# $Id: Makefile,v 1.7 1998/12/01 07:16:24 tg Exp $ # -DISTNAME= pysol-2.00 +DISTNAME= pysol-2.01 CATEGORIES= games MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/ \ http://www.freebsd.org/~tg/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX} MAINTAINER= tg@FreeBSD.ORG RUN_DEPENDS= python:${PORTSDIR}/lang/python +CARDSETS= pysol-cardsets-2.0 + do-build: do-install: @@ -22,5 +25,7 @@ do-install: @${MKDIR} ${PREFIX}/share/pysol (cd ${WRKSRC}/data; tar cf - *) | \ (cd ${PREFIX}/share/pysol; tar xf -) + (cd ${WRKDIR}/${CARDSETS}/data; tar cf - *) | \ + (cd ${PREFIX}/share/pysol; tar xf -) .include <bsd.port.mk> |