diff options
author | trevor <trevor@FreeBSD.org> | 2005-09-23 09:50:17 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-09-23 09:50:17 +0800 |
commit | c5f4c5d4a2f2c83187149fe6be34934e4cf73ed4 (patch) | |
tree | cd5e7128704315a6ee3f1b691f3dc80e168718ea /games | |
parent | 20454eea4c74cc5ac3ec817e56ad28686c34baea (diff) | |
download | freebsd-ports-gnome-c5f4c5d4a2f2c83187149fe6be34934e4cf73ed4.tar.gz freebsd-ports-gnome-c5f4c5d4a2f2c83187149fe6be34934e4cf73ed4.tar.zst freebsd-ports-gnome-c5f4c5d4a2f2c83187149fe6be34934e4cf73ed4.zip |
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')
-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 |