diff options
author | tg <tg@FreeBSD.org> | 1999-11-05 18:15:52 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-11-05 18:15:52 +0800 |
commit | 523020489da0d4712420209f9dc68b09cedc0a4a (patch) | |
tree | 1928115eb1294f0d367dee2638d659ab38d9b092 /games/pysol/Makefile | |
parent | 45a83215e5bf5c88ca901c534a0a52ef6a7a3517 (diff) | |
download | freebsd-ports-gnome-523020489da0d4712420209f9dc68b09cedc0a4a.tar.gz freebsd-ports-gnome-523020489da0d4712420209f9dc68b09cedc0a4a.tar.zst freebsd-ports-gnome-523020489da0d4712420209f9dc68b09cedc0a4a.zip |
Upgrade to 3.00.
Diffstat (limited to 'games/pysol/Makefile')
-rw-r--r-- | games/pysol/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index be4f6260133c..c5f8f4201b66 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: PySol -# Version required: 2.99 +# Version required: 3.00 # Date created: 11 September 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pysol-2.99 +DISTNAME= pysol-3.00 CATEGORIES= games MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/ \ http://wildsau.idv.uni-linz.ac.at/mfx/download/beta/ @@ -20,10 +20,11 @@ NO_BUILD= yes MAN6= pysol.6 -CARDSETS= pysol-cardsets-2.99 +CARDSETS= pysol-cardsets-3.00 do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pysol.py ${PREFIX}/bin/pysol + ${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" < ${WRKSRC}/pysol > ${PREFIX}/bin/pysol + ${CHMOD} +x ${PREFIX}/bin/pysol ${INSTALL_DATA} ${WRKSRC}/pysol.6 ${PREFIX}/man/man6 @${MKDIR} ${PREFIX}/share/pysol (cd ${WRKSRC}/data; tar cf - *) | \ |