diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/exhaust/Makefile | 12 | ||||
-rw-r--r-- | games/exhaust/pkg-descr | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/games/exhaust/Makefile b/games/exhaust/Makefile index dbeb1b60314d..76ba088c55cb 100644 --- a/games/exhaust/Makefile +++ b/games/exhaust/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: games/exhaust -# Date created: 7 Aug 2005 -# Whom: Alejandro Pulver <alejandro@varnet.biz> -# +# Created by: Alejandro Pulver <alejandro@varnet.biz> # $FreeBSD$ -# PORTNAME= exhaust PORTVERSION= 1.9.2 CATEGORIES= games -MASTER_SITES= http://www.cs.helsinki.fi/u/jpihlaja/exhaust/ +MASTER_SITES= http://corewar.co.uk/pihlaja/exhaust/ MAINTAINER= ports@FreeBSD.org COMMENT= Redcode simulator easy to embed into applications @@ -16,9 +12,7 @@ COMMENT= Redcode simulator easy to embed into applications PLIST_FILES= bin/${PORTNAME} do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -post-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} diff --git a/games/exhaust/pkg-descr b/games/exhaust/pkg-descr index 2928ad190247..0069b343c6f5 100644 --- a/games/exhaust/pkg-descr +++ b/games/exhaust/pkg-descr @@ -1,5 +1,5 @@ -The `exhaust' project is a redcode simulator that is (hopefully) easy to embed -into your applications, as an alternative to pMARS. +The `exhaust' project is a redcode simulator that is (hopefully) +easy to embed into your applications, as an alternative to pMARS. Author: M Joonas Pihlaja -WWW: http://www.cs.helsinki.fi/u/jpihlaja/exhaust/exhaust.html +WWW: http://corewar.co.uk/pihlaja/exhaust/ |