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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /print/lgrind | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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 4cebebe0c47..160738d6ac5 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2003/12/24 13:02:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/20 12:24:29 agc Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/lgrind/source CATEGORIES= print MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 @@ -13,6 +12,7 @@ COMMENT= Source pretty printer for LaTeX DEPENDS+= teTeX-1.0.*:../../print/teTeX1 +WRKSRC= ${WRKDIR}/lgrind/source USE_X11= yes NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_CONFIGURE= yes |