diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-04-20 11:56:17 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-04-20 11:56:17 +0000 |
commit | 49e36ada0b7cad65e7b5fb3d859f7c97294830ea (patch) | |
tree | 4ab8a64259cb0ec91bf7aeb5740c08fc47ec29ae /x11/xfishtank | |
parent | 798a7d5f97013b634e36f37d2784cf6ef3629942 (diff) | |
download | pkgsrc-49e36ada0b7cad65e7b5fb3d859f7c97294830ea.tar.gz |
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
Diffstat (limited to 'x11/xfishtank')
-rw-r--r-- | x11/xfishtank/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11/xfishtank/Makefile b/x11/xfishtank/Makefile index 5dfff51cf57..0f53e9310fd 100644 --- a/x11/xfishtank/Makefile +++ b/x11/xfishtank/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:57 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:36 frueauf Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/17 07:45:12 asami Exp # -DISTNAME= xfishtank-2.2 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ +DISTNAME= xfishtank-2.2 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ -MAINTAINER= jacs@gnome.co.uk +MAINTAINER= packages@netbsd.org -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/xfishtank2.0 -NO_INSTALL_MANPAGES=yes +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/xfishtank2.0 +NO_INSTALL_MANPAGES= yes post-patch: - cd ${WRKDIR}/xfishtank2.0; make clean + cd ${WRKDIR}/xfishtank2.0; ${MAKE} clean .include "../../mk/bsd.pkg.mk" |