aboutsummaryrefslogtreecommitdiff
path: root/games/pysol/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-12-04 12:53:50 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-12-04 12:53:50 +0000
commit0e7351e1f0db6b854d679ba2e552ac32e912b43d (patch)
tree68cdd87ed95bc99e47377e0e1a24221fa41e446d /games/pysol/Makefile
parent1539848367369f9bc2dc641d37997e9b7e16e438 (diff)
downloadports-0e7351e1f0db6b854d679ba2e552ac32e912b43d.tar.gz
ports-0e7351e1f0db6b854d679ba2e552ac32e912b43d.zip
Notes
Diffstat (limited to 'games/pysol/Makefile')
-rw-r--r--games/pysol/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile
index 866fe6336255..b5ce25306615 100644
--- a/games/pysol/Makefile
+++ b/games/pysol/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= pysol
-PORTVERSION= 4.72
+PORTVERSION= 4.80
CATEGORIES= games
-MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/
+MASTER_SITES= http://pysol2.sourceforge.net/download/
MAINTAINER= tg@FreeBSD.org
@@ -23,7 +23,8 @@ MAN6= pysol.6
do-install:
${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" \
- -e "s|^exec python|exec ${PYTHON_CMD}|" \
+ -e "s|@prefix@|${PREFIX}|" \
+ -e "s|@PYTHON@|${PYTHON_CMD}|" \
< ${WRKSRC}/pysol > ${WRKDIR}/pysol
${INSTALL_SCRIPT} ${WRKDIR}/pysol ${PREFIX}/bin/pysol
${INSTALL_DATA} ${WRKSRC}/pysol.6 ${PREFIX}/man/man6