diff options
author | jim <jim@FreeBSD.org> | 1999-08-14 17:49:09 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-08-14 17:49:09 +0800 |
commit | 5eb71e81a509b2fd0598c2987a88cc612634d279 (patch) | |
tree | 3474df691548cf6f93c97f6a384543c77e4f0ea1 /games/dopewars/Makefile | |
parent | d8397bf392d95536c8abb368e4e23f7ae84c2871 (diff) | |
download | freebsd-ports-gnome-5eb71e81a509b2fd0598c2987a88cc612634d279.tar.gz freebsd-ports-gnome-5eb71e81a509b2fd0598c2987a88cc612634d279.tar.zst freebsd-ports-gnome-5eb71e81a509b2fd0598c2987a88cc612634d279.zip |
Updated my email address
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 760fb9a29f33..f1264f785ce6 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: dopewars # Version required: 1.4.3 # Date created: 16 May 1999 -# Whom: Jim Mock <jim@phrantic.phear.net> +# Whom: Jim Mock <jim@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1999/06/06 17:44:29 steve Exp $ +# $Id: Makefile,v 1.2 1999/06/26 08:37:27 cpiazza Exp $ # DISTNAME= dopewars-1.4.3 CATEGORIES= games MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@FreeBSD.org USE_GMAKE= yes @@ -21,8 +21,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dopewars ${PREFIX}/bin post-install: - @${ECHO} " " - @${ECHO} "===> Run 'dopewars -h' for usage options." - @${ECHO} " " + @${ECHO} "===> Run 'dopewars -h' for usage options." .include <bsd.port.mk> |