diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
commit | 42f37c3e86245df81e511902ece1702f86d77ab8 (patch) | |
tree | 33feb0dfc80570e22f49edd0056761e03ba42b4f /games/xrisk | |
parent | 4b0aee24a53f7f5db3d4442235ac99977ada318a (diff) | |
download | FreeBSD-ports-42f37c3e86245df81e511902ece1702f86d77ab8.zip FreeBSD-ports-42f37c3e86245df81e511902ece1702f86d77ab8.tar.gz |
And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here. Please check
your ports, and also put yourself in MAINTAINER so I know who to talk
to. Thanks....
Diffstat (limited to 'games/xrisk')
-rw-r--r-- | games/xrisk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 097f44c..0dca3fa 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -1,14 +1,14 @@ -# New ports collection makefile for: xchomp -# Version required: 1.1 +# New ports collection makefile for: xrisk +# Version required: 2.13 # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1995/02/05 09:40:08 jmacd Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:45:35 jkh Exp $ # DISTNAME= xrisk-2.13 -MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/ CATEGORIES+= games +MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/ EXTRACT_SUFX= .tar.Z .include <bsd.port.mk> |