summaryrefslogtreecommitdiff
path: root/textproc/qsubst/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2001-04-22 05:55:05 +0000
committersimonb <simonb@pkgsrc.org>2001-04-22 05:55:05 +0000
commit3ca72b011b107529cafddbf68015bf33bd7e5c00 (patch)
tree0fe6d00ea07e5f2496bf953ea450891a9ffc4c77 /textproc/qsubst/Makefile
parent14c029bbc66298ce5936dbf5e8ea04b35f4c4499 (diff)
downloadpkgsrc-3ca72b011b107529cafddbf68015bf33bd7e5c00.tar.gz
Add a package of der Mouse's qsubst program.
Diffstat (limited to 'textproc/qsubst/Makefile')
-rw-r--r--textproc/qsubst/Makefile13
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"