diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-09-23 01:50:17 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-09-23 01:50:17 +0000 |
commit | 181d57236a0488c3dd91b747150f55f72fce0b63 (patch) | |
tree | ecbfa845cdb7ab4e3c2ce9bc387329ec6286e64b /games/senso | |
parent | Add libgcc, which the submitter says is needed by Skype 1.2.0_11. (diff) |
Follow master site/home page (requested by kris, found on Freshmeat).
The new site has a new version with minor changes. It now needs
to be patched for the location of the Python interpreter.
Diffstat (limited to 'games/senso')
-rw-r--r-- | games/senso/Makefile | 9 | ||||
-rw-r--r-- | games/senso/distinfo | 4 | ||||
-rw-r--r-- | games/senso/pkg-descr | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/games/senso/Makefile b/games/senso/Makefile index edf15fb11998..a9646e02e11d 100644 --- a/games/senso/Makefile +++ b/games/senso/Makefile @@ -8,7 +8,7 @@ PORTNAME= senso PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= http://stud.fbi.fh-darmstadt.de/~koenig/pub/ +MASTER_SITES= http://www.v-i-t.de/mirkos_hp/pub/ EXTRACT_SUFX= .py MAINTAINER= trevor@FreeBSD.org @@ -17,17 +17,18 @@ COMMENT= Game to challenge short-term memory RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter USE_PYTHON= yes -NO_BUILD= yes PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR} do-extract: ${MKDIR} ${WRKDIR} -pre-install: +do-build: + ${SED} -e "s:/usr/bin:${PREFIX}/bin:" < ${_DISTDIR}/${DISTFILES} \ + > ${WRKDIR}/senso ${ECHO_CMD} "bin/senso" > ${PLIST} do-install: - ${INSTALL_SCRIPT} ${_DISTDIR}/${DISTFILES} ${PREFIX}/bin/senso + ${INSTALL_SCRIPT} ${WRKDIR}/senso ${PREFIX}/bin/ .include <bsd.port.mk> diff --git a/games/senso/distinfo b/games/senso/distinfo index f3805b362a63..8c7f86b2e58a 100644 --- a/games/senso/distinfo +++ b/games/senso/distinfo @@ -1,2 +1,2 @@ -MD5 (senso-1.0.py) = de6f9fd9deedfe448d22711e9e6b7762 -SIZE (senso-1.0.py) = 6564 +MD5 (senso-1.0.py) = b868b7701a3d2c74b64df2af75a3f3d1 +SIZE (senso-1.0.py) = 6976 diff --git a/games/senso/pkg-descr b/games/senso/pkg-descr index b1e1d59cc016..13979d637709 100644 --- a/games/senso/pkg-descr +++ b/games/senso/pkg-descr @@ -1,4 +1,4 @@ This is a game which challenges short-term memory. It is reminiscent of Milton-Bradley's Simon and Senso toys. -WWW: http://stud.fbi.fh-darmstadt.de/~koenig/html/senso.html +WWW: http://www.v-i-t.de/mirkos_hp/html/senso.html |