diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
commit | 9f28a7693e4ce0bcbc428ce0b4903fd08e48c277 (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/xracer/Makefile | |
parent | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (diff) | |
download | pkgsrc-9f28a7693e4ce0bcbc428ce0b4903fd08e48c277.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/xracer/Makefile')
-rw-r--r-- | games/xracer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 3ec0a7965d4..b6ff11873c6 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/06 03:16:57 fredb Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/16 15:11:04 wiz Exp $ # DISTNAME= xracer-0.96.9 @@ -7,6 +7,7 @@ MASTER_SITES= http://xracer.annexia.org/files/ MAINTAINER= bsieker@freenet.de HOMEPAGE= http://xracer.annexia.org/ +COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake |