diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
commit | f4d6acbc42e1538f4db9f465a76ab8a10ad5176d (patch) | |
tree | 135c85eebdc631af1639facfb134770aee87e354 /games/oneko | |
parent | Reorganize Makefile, add Garrett as MAINTAINER. (diff) |
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....
Notes
Notes:
svn path=/head/; revision=1325
Diffstat (limited to 'games/oneko')
-rw-r--r-- | games/oneko/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/oneko/Makefile b/games/oneko/Makefile index 6fffb0bb935e..74dfb7d50fbe 100644 --- a/games/oneko/Makefile +++ b/games/oneko/Makefile @@ -3,14 +3,16 @@ # Date created: 5 December 1994 # Whom: asami # -# $Id: Makefile,v 1.3 1995/03/24 11:08:36 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:45:06 jkh Exp $ # DISTNAME= oneko-1.1b -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ CATEGORIES+= games +MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ + MAINTAINER= asami@FreeBSD.ORG + WRKSRC= ${WRKDIR}/oneko +USE_IMAKE= yes .include <bsd.port.mk> |