diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/nawk | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/nawk')
-rw-r--r-- | lang/nawk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index 2d46ca4b31e..0fcbaea1317 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2004/01/05 11:56:49 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/20 12:19:17 agc Exp $ # DISTNAME= awk PKGNAME= nawk-20030731 -WRKSRC= ${WRKDIR} CATEGORIES= lang MASTER_SITES= http://cm.bell-labs.com/who/bwk/ @@ -12,6 +11,7 @@ HOMEPAGE= http://cm.bell-labs.com/who/bwk/ COMMENT= Brian Kernighan's pattern-directed scanning and processing language DIST_SUBDIR= ${PKGNAME} +WRKSRC= ${WRKDIR} PKG_INSTALLATION_TYPES= overwrite pkgviews |