diff options
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/Makefile | 7 | ||||
-rw-r--r-- | print/teTeX-bin/PLIST | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index b99d65212fc..047ab5acc54 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2006/03/31 23:56:29 jlam Exp $ +# $NetBSD: Makefile,v 1.68 2006/04/06 22:49:43 minskim Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX-bin-${TETEX_BIN_VERS} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/} @@ -59,6 +59,9 @@ post-install: ${LOCALBASE}/bin/texconfig font options appendonlydir varfonts .include "../../print/teTeX-bin/Makefile.common" + +OWN_DIRS+= ${PREFIX}/share/texmf-local + .include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/teTeX-bin/PLIST b/print/teTeX-bin/PLIST index 632c6673c4e..6dd51e54a2a 100644 --- a/print/teTeX-bin/PLIST +++ b/print/teTeX-bin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/03/31 23:56:29 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/04/06 22:49:43 minskim Exp $ @comment There are three files in this package that teTeX-share installs @comment and that teTeX-bin modifies. Take care of this: bin/MakeTeXPK @@ -367,4 +367,5 @@ share/texmf/xdvi/xdvi.cfg @dirrm include/kpathsea @comment The next file is changed by various sub-pkgs (hugetex, ...) @exec %D/bin/mktexlsr +@unexec ${RM} -f %D/share/texmf-local/ls-R @unexec ${RM} -f %D/share/texmf/ls-R |