summaryrefslogtreecommitdiff
path: root/textproc/qsubst
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/qsubst
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/qsubst')
-rw-r--r--textproc/qsubst/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/qsubst/Makefile b/textproc/qsubst/Makefile
index ddfae7644e2..99765780ad1 100644
--- a/textproc/qsubst/Makefile
+++ b/textproc/qsubst/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 17:27:50 martti Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/20 12:26:50 agc Exp $
#
DISTNAME= qsubst-20010422
-WRKSRC= ${WRKDIR}/qsubst
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Query-replace strings in files
+WRKSRC= ${WRKDIR}/qsubst
+
.include "../../mk/bsd.pkg.mk"