diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-03-19 15:11:01 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-03-19 15:11:01 +0000 |
commit | a820d140e0c40e66a1d1a5a491e988b98908e6ac (patch) | |
tree | 98a86f4694c67361379fab3380dcf9127bf4249e /games | |
parent | 953cfbdd798b7a3a9b714f8d65c06818b0378584 (diff) |
Notes
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/ |