diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-11 09:06:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-11 09:06:11 +0000 |
commit | 66c69a811a4031ec713834e71cd62282e5415d6e (patch) | |
tree | 530afef3ee7d8fb28240032f4892faf225159711 /print/xpdf-greek/Makefile | |
parent | 7817695dbd46b6e724fad256232b34699c63d3bd (diff) | |
download | pkgsrc-66c69a811a4031ec713834e71cd62282e5415d6e.tar.gz |
Update to 20030628 because distfile download broke.
Change: now includes Greek.nameToUnicode.
Diffstat (limited to 'print/xpdf-greek/Makefile')
-rw-r--r-- | print/xpdf-greek/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/print/xpdf-greek/Makefile b/print/xpdf-greek/Makefile index 025ddb764a0..a79f7ad01fa 100644 --- a/print/xpdf-greek/Makefile +++ b/print/xpdf-greek/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2003/08/30 22:51:32 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2003/11/11 09:06:11 wiz Exp $ # -DISTNAME= xpdf-greek -PKGNAME= ${DISTNAME}-20020213 -WRKSRC= ${WRKDIR}/${DISTNAME} +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,7 +15,6 @@ DEPENDS+= xpdf>=2.02:../../print/xpdf USE_PKGINSTALL= yes -DIST_SUBDIR= ${PKGNAME_NOREV} NO_CONFIGURE= yes NO_BUILD= yes @@ -27,6 +26,8 @@ post-patch: do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/xpdf/greek + ${INSTALL_DATA} ${WRKSRC}/Greek.nameToUnicode \ + ${PREFIX}/share/xpdf/greek ${INSTALL_DATA} ${WRKSRC}/ISO-8859-7.unicodeMap \ ${PREFIX}/share/xpdf/greek |