diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-18 14:26:43 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-18 14:26:43 +0000 |
commit | 0a1305413788a57344a47b461b2e3725dab7e223 (patch) | |
tree | bc8d846846118a8942d5fcad0d935bf151f358b2 /games/rottdc/Makefile | |
parent | a3325628ef6f735243a39be0c74d9095be93dc77 (diff) |
Notes
Diffstat (limited to 'games/rottdc/Makefile')
-rw-r--r-- | games/rottdc/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/games/rottdc/Makefile b/games/rottdc/Makefile index 972b2e691e5d..31c267a73cba 100644 --- a/games/rottdc/Makefile +++ b/games/rottdc/Makefile @@ -1,17 +1,16 @@ -# New ports collection makefile for: rottdc -# Date created: 18 Feb 2004 -# Whom: Igor Pokrovsky <tiamat@comset.net> +# New ports collection makefile for: rottdc +# Date created: 18 Feb 2004 +# Whom: Igor Pokrovsky <tiamat@comset.net> # # $FreeBSD$ # PORTNAME= rottdc -PORTVERSION= 1.0.2 +DISTVERSION= 1.0-2 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sdl-dc -DISTNAME= ${PORTNAME}-1.0-2 MAINTAINER= ports@FreeBSD.org COMMENT= Apogee's Rise Of The Triad source port @@ -23,6 +22,9 @@ USE_XLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME}/rott +post-patch: + @${REINPLACE_CMD} -e '433s,^static ,,' ${WRKSRC}/rt_actor.c + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rott ${PREFIX}/bin .ifndef (NOPORTDOCS) |