diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 11:12:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 11:12:06 +0000 |
commit | 35af96374a97c4ebdbd11811ffa473fc67d55e52 (patch) | |
tree | 86415f2332a3b4ae8bea1c41b2f22e68adba0ec1 /games/xemeraldia | |
parent | efa1bd134dd079bf28e044e4f0b0df8af39c4a6b (diff) |
Notes
Diffstat (limited to 'games/xemeraldia')
-rw-r--r-- | games/xemeraldia/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index 0ef4e92fd4f7..4f6ac5ec7afe 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: xemeraldia # Version required: 0.2 # Date created: 22 Mar 1995 -# Whom: swallace +# Whom: asami # -# $Id: Makefile,v 1.2 1995/03/24 05:47:58 asami Exp $ +# $Id: Makefile,v 1.3 1995/03/24 05:51:15 asami Exp $ # DISTNAME= xemeraldia-0.2 DISTFILES= 250.gz MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/News.Archives/fj.sources/1995/ +MAINTAINER= asami@FreeBSD.ORG USE_IMAKE= yes NO_INSTALL_MANPAGES= yes EXTRACT_COOKIE?= ${.CURDIR}/work/.extract_done |