diff options
author | dburr <dburr@FreeBSD.org> | 1998-05-15 23:01:10 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-05-15 23:01:10 +0800 |
commit | 530f9ea6d346c5773334f2358073765da881d3a4 (patch) | |
tree | 5275e14c3c254749a1e8a1cad3ceed138184b1e4 /games/tank | |
parent | 074a82fb7f6d0a0a1e75d102bc9e1e1e5a91ecde (diff) | |
download | freebsd-ports-gnome-530f9ea6d346c5773334f2358073765da881d3a4.tar.gz freebsd-ports-gnome-530f9ea6d346c5773334f2358073765da881d3a4.tar.zst freebsd-ports-gnome-530f9ea6d346c5773334f2358073765da881d3a4.zip |
1. Removed spurious (but commented-out) MAN6 entry -- though this does
nothing (it was commented out), it could be confusing for people reading
the Makefile. (must've been real tired when I send-pr'd this one...)
2. Changed my e-mail address to my swank new @FreeBSD.ORG one. :)
Diffstat (limited to 'games/tank')
-rw-r--r-- | games/tank/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/tank/Makefile b/games/tank/Makefile index 528063573fdc..fb921a24902e 100644 --- a/games/tank/Makefile +++ b/games/tank/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Mar 1998 # Whom: Donald Burr <dburr@POBoxes.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/03/14 11:41:22 jkh Exp $ # DISTNAME= tank-0.4a-src @@ -11,7 +11,7 @@ PKGNAME= tank-0.4a CATEGORIES= games MASTER_SITES= http://www.info.polymtl.ca/~coyote/tank/ -MAINTAINER= dburr@POBoxes.com +MAINTAINER= dburr@FreeBSD.ORG LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa @@ -20,8 +20,6 @@ WRKSRC= ${WRKDIR}/${PKGNAME} USE_GMAKE= YES ALL_TARGET= linux-mesa-elf -# MAN6= xmame.6 - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tank ${PREFIX}/bin ${MKDIR} ${PREFIX}/lib/tank |