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/xpdf-greek | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/xpdf-greek')
-rw-r--r-- | print/xpdf-greek/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xpdf-greek/Makefile b/print/xpdf-greek/Makefile index a79f7ad01fa..04c86d2edf2 100644 --- a/print/xpdf-greek/Makefile +++ b/print/xpdf-greek/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2003/11/11 09:06:11 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:24:29 agc Exp $ # DISTNAME= xpdf-greek-2003-jun-28 PKGNAME= xpdf-greek-20020628 -WRKSRC= ${WRKDIR}/xpdf-greek CATEGORIES= print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ @@ -15,6 +14,7 @@ DEPENDS+= xpdf>=2.02:../../print/xpdf USE_PKGINSTALL= yes +WRKSRC= ${WRKDIR}/xpdf-greek NO_CONFIGURE= yes NO_BUILD= yes |