diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-03-19 23:11:01 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-03-19 23:11:01 +0800 |
commit | 75c6250f1a8b983cc92e924b0b9b1fe4ff9f4705 (patch) | |
tree | 98a86f4694c67361379fab3380dcf9127bf4249e /games | |
parent | f20a041d9ad43a1d7d05117c4864aaaa410cf836 (diff) | |
download | freebsd-ports-gnome-75c6250f1a8b983cc92e924b0b9b1fe4ff9f4705.tar.gz freebsd-ports-gnome-75c6250f1a8b983cc92e924b0b9b1fe4ff9f4705.tar.zst freebsd-ports-gnome-75c6250f1a8b983cc92e924b0b9b1fe4ff9f4705.zip |
- Reassign to the heap at maintainer's request
- Trim header while I am here
Diffstat (limited to 'games')
-rw-r--r-- | games/holotz-castle/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/holotz-castle/Makefile b/games/holotz-castle/Makefile index 50cd24ced347..a59b4f5f7c81 100644 --- a/games/holotz-castle/Makefile +++ b/games/holotz-castle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: holotzcastle -# Date created: 4 January 2006 -# Whom: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> -# +# Created by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> # $FreeBSD$ -# PORTNAME= holotz-castle PORTVERSION= 1.3.13 @@ -12,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://www.mainreactor.net/holotzcastle/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ppl@nbnet.nb.ca +MAINTAINER= ports@FreeBSD.org COMMENT= A platform game with high doses of mystery MAKE_ARGS= HC_BASE=${PREFIX}/share/${PORTNAME}/ HC_BIN_DIR=${PREFIX}/bin/ |