Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2013 15:22:32 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323463 - head/games/exhaust
Message-ID:  <201307221522.r6MFMWlZ013107@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Jul 22 15:22:32 2013
New Revision: 323463
URL: http://svnweb.freebsd.org/changeset/ports/323463

Log:
  - Update MASTER_SITES and WWW
  - Trim header
  
  PR:		180686
  Submitted by:	ports fury

Modified:
  head/games/exhaust/Makefile   (contents, props changed)
  head/games/exhaust/pkg-descr   (contents, props changed)

Modified: head/games/exhaust/Makefile
==============================================================================
--- head/games/exhaust/Makefile	Mon Jul 22 15:21:40 2013	(r323462)
+++ head/games/exhaust/Makefile	Mon Jul 22 15:22:32 2013	(r323463)
@@ -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
 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}

Modified: head/games/exhaust/pkg-descr
==============================================================================
--- head/games/exhaust/pkg-descr	Mon Jul 22 15:21:40 2013	(r323462)
+++ head/games/exhaust/pkg-descr	Mon Jul 22 15:22:32 2013	(r323463)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307221522.r6MFMWlZ013107>