summaryrefslogtreecommitdiff
path: root/japanese/ptex-base
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1999-08-25 19:28:14 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1999-08-25 19:28:14 +0000
commit321c620983fc04f33605d800c81af0efe27c8b42 (patch)
tree6e82617ab3e1d4a7f3ea39b01da39e6edff1582a /japanese/ptex-base
parentChange MASTER_SITES and assign MASTER_SITE_SUBDIR. (diff)
Don't install files under share/texmf/dvips, and don't create this
directory either, so that japanese/dvipsk* ports can install files there without problem. PR: 11742 Submitted by: Inagaki Kentraro <inagaki@tg.rim.or.jp>
Notes
Notes: svn path=/head/; revision=20969
Diffstat (limited to 'japanese/ptex-base')
-rw-r--r--japanese/ptex-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile
index 9c69553b9f81..7a2a1923b903 100644
--- a/japanese/ptex-base/Makefile
+++ b/japanese/ptex-base/Makefile
@@ -44,8 +44,8 @@ pre-install:
.else
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
.endif
- @${TAR} --exclude 'texmf/tex/latex/base/*' -C ${PREFIX}/share \
- -zxf ${DISTDIR}/${DIST_SUBDIR}/texmflib-7.3.tar.gz
+ @${TAR} --exclude 'texmf/tex/latex/base/*' --exclude 'texmf/dvips/*' \
+ -C ${PREFIX}/share -zxf ${DISTDIR}/${DIST_SUBDIR}/texmflib-7.3.tar.gz
#@${RMDIR} ${PREFIX}/share/texmf/tex/generic/images ${PREFIX}/share/texmf/bibtex/bib/misc
post-install: