diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /print/lgrind | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'print/lgrind')
-rw-r--r-- | print/lgrind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index d2b357237e7..bcb0996d1cd 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2002/08/27 03:00:12 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.14 2003/03/29 12:42:16 jmmv Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 PKGREVISION= 2 +WRKSRC= ${WRKDIR}/lgrind/source CATEGORIES= print MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 @@ -14,7 +15,6 @@ DEPENDS+= teTeX-1.0.*:../../print/teTeX USE_X11= yes NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -WRKSRC= ${WRKDIR}/lgrind/source NO_CONFIGURE= yes pre-patch: |