? wip/texlive-texmf-base/work Index: wip/texlive-texmf-base/Makefile =================================================================== RCS file: /cvsroot/pkgsrc-wip/wip/texlive-texmf-base/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- wip/texlive-texmf-base/Makefile 8 May 2009 21:04:34 -0000 1.9 +++ wip/texlive-texmf-base/Makefile 5 Nov 2010 03:47:21 -0000 @@ -2,6 +2,8 @@ DISTNAME= texlive-20080822-texmf PKGNAME= texlive-texmf-base-2008 +PKGREVISION= 1 + CATEGORIES= print MASTER_SITES= ftp://tug.org/texlive/historic/2008/ EXTRACT_SUFX= .tar.lzma @@ -11,7 +13,7 @@ COMMENT= Essential texmf files of TeX Live CONFLICTS+= tetex-texmf-[0-9]* -DEPENDS+= tex-bin-tetex-[0-9]*:../../print/tex-bin-tetex +DEPENDS+= texlive-tetex-[0-9]*:../../print/texlive-tetex DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain @@ -26,6 +28,7 @@ ${DISTNAME}/texmf/web2c NO_BUILD= yes USE_TOOLS+= pax +PKG_DESTDIR_SUPPORT= user-destdir TEX_TEXMF_DIRS= ${PREFIX}/share/texmf ${PREFIX}/share/texmf-dist @@ -58,4 +61,5 @@ cd ${WRKSRC}/${texmf} && pax -wrpm * ${DESTDIR}${PREFIX}/share/${texmf} .endfor +.include "../../print/kpathsea/buildlink3.mk" .include "../../mk/bsd.pkg.mk"