diff options
author | frueauf <frueauf> | 1998-04-20 11:56:17 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-04-20 11:56:17 +0000 |
commit | b1d787247cefeabd6c41c0e5c535f9cec8c8d240 (patch) | |
tree | 4ab8a64259cb0ec91bf7aeb5740c08fc47ec29ae /x11/xneko | |
parent | 76375ce5dd3bfaecec6f0fead39f29f2c5a45577 (diff) | |
download | pkgsrc-b1d787247cefeabd6c41c0e5c535f9cec8c8d240.tar.gz |
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
Diffstat (limited to 'x11/xneko')
-rw-r--r-- | x11/xneko/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xneko/Makefile b/x11/xneko/Makefile index dd98042194c..73e62d64941 100644 --- a/x11/xneko/Makefile +++ b/x11/xneko/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:58 agc Exp $ -# $FreeBSD Id: Makefile,v 1.6 1997/03/12 08:21:35 asami Exp +# $NetBSD: Makefile,v 1.4 1998/04/20 11:56:36 frueauf Exp $ +# FreeBSD Id: Makefile,v 1.6 1997/03/12 08:21:35 asami Exp # DISTNAME= xneko @@ -7,12 +7,12 @@ PKGNAME= xneko-4.4 CATEGORIES= x11 games MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/ -MAINTAINER= markm@FreeBSD.ORG +MAINTAINER= packages@netbsd.org USE_X11= yes IGNOREFILES= ${DISTFILES} WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko -MAN6= xneko.6 +MAN6= xneko.6 .include "../../mk/bsd.pkg.mk" |