diff options
author | tg <tg@FreeBSD.org> | 1999-12-22 18:41:56 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-12-22 18:41:56 +0800 |
commit | 1d694ed92928f1aced0bef5ff87569a29523fd6f (patch) | |
tree | 44b02761660ddf78cd7c4fb21b4099f359b817cf /games/pysol/Makefile | |
parent | 72bfacb4fae33af1393dbf8b124922b9553eec96 (diff) | |
download | freebsd-ports-gnome-1d694ed92928f1aced0bef5ff87569a29523fd6f.tar.gz freebsd-ports-gnome-1d694ed92928f1aced0bef5ff87569a29523fd6f.tar.zst freebsd-ports-gnome-1d694ed92928f1aced0bef5ff87569a29523fd6f.zip |
Upgrade to 3.10.
Diffstat (limited to 'games/pysol/Makefile')
-rw-r--r-- | games/pysol/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 3c26d09911a6..db4c5179e970 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: PySol -# Version required: 3.00 +# Version required: 3.10 # Date created: 11 September 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pysol-3.00 +DISTNAME= pysol-3.10 CATEGORIES= games MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX} @@ -19,7 +19,7 @@ NO_BUILD= yes MAN6= pysol.6 -CARDSETS= pysol-cardsets-3.00 +CARDSETS= pysol-cardsets-3.10 do-install: ${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" < ${WRKSRC}/pysol > ${PREFIX}/bin/pysol |