diff options
Diffstat (limited to 'textproc/qsubst/Makefile')
-rw-r--r-- | textproc/qsubst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/qsubst/Makefile b/textproc/qsubst/Makefile index 3e03b0f932d..af94964ea4c 100644 --- a/textproc/qsubst/Makefile +++ b/textproc/qsubst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:41 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/02 01:16:26 jschauma Exp $ # DISTNAME= qsubst-20010422 @@ -6,7 +6,7 @@ WRKSRC= ${WRKDIR}/qsubst CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= packages@netbsd.org +MAINTAINER= tech-pkg@netbsd.org COMMENT= query-replace strings in files .include "../../mk/bsd.pkg.mk" |