diff options
author | asami <asami@FreeBSD.org> | 1996-02-16 18:33:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-02-16 18:33:05 +0800 |
commit | 77f8f5735494d3412996eb265314f4474592d817 (patch) | |
tree | 44b28c2a50c2941039e84138bc3c3e6652500d03 /games/xkobo/Makefile | |
parent | 45cceff61a202e3d91568c98c8cbe4f1dd693c5e (diff) | |
download | freebsd-ports-gnome-77f8f5735494d3412996eb265314f4474592d817.tar.gz freebsd-ports-gnome-77f8f5735494d3412996eb265314f4474592d817.tar.zst freebsd-ports-gnome-77f8f5735494d3412996eb265314f4474592d817.zip |
Why in the hell was this port missing "MAINTAINER=jkh"?!? ;)
Diffstat (limited to 'games/xkobo/Makefile')
-rw-r--r-- | games/xkobo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index e2e51f6854a5..0de2c85c306e 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -3,12 +3,15 @@ # Date created: 18 Jul 1995 # Whom: jkh # -# $Id: Makefile,v 1.2 1995/07/27 10:05:49 ats Exp $ +# $Id: Makefile,v 1.3 1996/02/13 10:29:08 jkh Exp $ # DISTNAME= xkobo-1.7 CATEGORIES+= games MASTER_SITES= ftp://ftp.uoknor.edu/mirrors/X/contrib/games/ + +MAINTAINER= jkh@FreeBSD.ORG + USE_IMAKE= yes ALL_TARGET= xkobo |