diff options
Diffstat (limited to 'textproc/qsubst/Makefile')
-rw-r--r-- | textproc/qsubst/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/qsubst/Makefile b/textproc/qsubst/Makefile new file mode 100644 index 00000000000..a953f6d8a7b --- /dev/null +++ b/textproc/qsubst/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/22 05:55:05 simonb Exp $ +# + +DISTNAME= qsubst-20010422 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= packages@netbsd.org +COMMENT= query-replace strings in files + +WRKSRC= ${WRKDIR}/qsubst + +.include "../../mk/bsd.pkg.mk" |