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/xemeraldia | |
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/xemeraldia')
-rw-r--r-- | games/xemeraldia/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index 5b09e45..41a1f8b 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -3,16 +3,19 @@ # Date created: 22 Mar 1995 # Whom: asami # -# $Id: Makefile,v 1.6 1995/03/28 09:20:05 asami Exp $ +# $Id: Makefile,v 1.7 1995/04/01 12:45:17 jkh Exp $ # DISTNAME= xemeraldia-0.3 -DISTFILES= 271.gz -MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/News.Archives/fj.sources/1995/ CATEGORIES+= games +MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/News.Archives/fj.sources/1995/ +DISTFILES= 271.gz + MAINTAINER= asami@FreeBSD.ORG + USE_IMAKE= yes NO_INSTALL_MANPAGES= yes + EXTRACT_COOKIE?= ${.CURDIR}/work/.extract_done extract: fetch ${EXTRACT_COOKIE} |