aboutsummaryrefslogtreecommitdiff
path: root/games/pysol/Makefile
diff options
context:
space:
mode:
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