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-latin2 | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/xpdf-latin2')
-rw-r--r-- | print/xpdf-latin2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xpdf-latin2/Makefile b/print/xpdf-latin2/Makefile index 0679dd81795..423e0d25314 100644 --- a/print/xpdf-latin2/Makefile +++ b/print/xpdf-latin2/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2003/08/30 22:51:33 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:24:30 agc Exp $ # DISTNAME= xpdf-latin2 PKGNAME= ${DISTNAME}-20021022 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${DISTNAME} CATEGORIES= print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ @@ -16,6 +15,7 @@ DEPENDS+= xpdf>=2.02:../../print/xpdf USE_PKGINSTALL= yes +WRKSRC= ${WRKDIR}/${DISTNAME} DIST_SUBDIR= ${PKGNAME_NOREV} NO_CONFIGURE= yes NO_BUILD= yes |