diff options
Diffstat (limited to 'textproc/qsubst')
-rw-r--r-- | textproc/qsubst/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/qsubst/Makefile b/textproc/qsubst/Makefile index a953f6d8a7b..3e03b0f932d 100644 --- a/textproc/qsubst/Makefile +++ b/textproc/qsubst/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/22 05:55:05 simonb Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:41 jmmv Exp $ # DISTNAME= qsubst-20010422 +WRKSRC= ${WRKDIR}/qsubst 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" |