diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-02-15 12:46:35 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-02-15 12:46:35 +0000 |
commit | e3b5997c5485d2bf71a50c68a4f3b39cb718a3ff (patch) | |
tree | f226cf8b67c327cf9e764c3fa149719e0261e19b /games/pysol/Makefile | |
parent | 0243dee69b17cd0e693bb8ca47a7703a6d3f05d4 (diff) | |
download | ports-e3b5997c5485d2bf71a50c68a4f3b39cb718a3ff.tar.gz ports-e3b5997c5485d2bf71a50c68a4f3b39cb718a3ff.zip |
Notes
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 07d9db904084..cc7cd4866eee 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: PySol -# Version required: 3.30 +# Version required: 3.40 # Date created: 11 September 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pysol-3.30 +DISTNAME= pysol-3.40 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.20 +CARDSETS= pysol-cardsets-3.40 do-install: ${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" < ${WRKSRC}/pysol > ${PREFIX}/bin/pysol |