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 /converters/kdesupport | |
parent | 76375ce5dd3bfaecec6f0fead39f29f2c5a45577 (diff) | |
download | pkgsrc-b1d787247cefeabd6c41c0e5c535f9cec8c8d240.tar.gz |
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
Diffstat (limited to 'converters/kdesupport')
-rw-r--r-- | converters/kdesupport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/kdesupport/Makefile b/converters/kdesupport/Makefile index ca5a23455f1..ae6ba3b1d8c 100644 --- a/converters/kdesupport/Makefile +++ b/converters/kdesupport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:17 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/20 11:56:21 frueauf Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta3/distribution/tgz/source/ ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta3/distribution/tgz/source/ EXTRACT_SUFX= .src.tar.gz -MAINTAINER= se@freebsd.org +MAINTAINER= packages@netbsd.org HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=${PREFIX}" \ |