diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-22 23:22:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-22 23:22:32 +0800 |
commit | bb89b575076642c563c8356908dd9c02a7c4e4e9 (patch) | |
tree | 65d8d052ed0623b7ba9cfd30593de4606b3550e3 /games | |
parent | 99926b0bc33f43d3787d0ab24cc1cd579040ad16 (diff) | |
download | freebsd-ports-gnome-bb89b575076642c563c8356908dd9c02a7c4e4e9.tar.gz freebsd-ports-gnome-bb89b575076642c563c8356908dd9c02a7c4e4e9.tar.zst freebsd-ports-gnome-bb89b575076642c563c8356908dd9c02a7c4e4e9.zip |
- Update MASTER_SITES and WWW
- Trim header
PR: 180686
Submitted by: ports fury
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/ |