diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-09-29 15:55:53 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-09-29 15:55:53 +0000 |
commit | 8396f7bcfa3c0c70fa67068a050d61a42b34a084 (patch) | |
tree | 0c698391bc43a3c6b69e557b96a44a79dbc3313e /japanese/ptex | |
parent | 8ccfea1e8c22be0bc8a2d9b0e59b15f50f87de8d (diff) | |
download | ports-8396f7bcfa3c0c70fa67068a050d61a42b34a084.tar.gz ports-8396f7bcfa3c0c70fa67068a050d61a42b34a084.zip |
Notes
Diffstat (limited to 'japanese/ptex')
-rw-r--r-- | japanese/ptex/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index ee7d117cf851..5219d8fa0b67 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -6,7 +6,7 @@ PORTNAME= ptex PORTVERSION= 3.1.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/:1 \ @@ -106,7 +106,9 @@ post-extract: ${MKDIR} ${WRKDIR}/texmf-tmp cd ${WRKDIR} && \ ${MV} ${INSTDIRS} texmf-tmp && \ - ${RM} -f texmf-tmp/ptex/platex/base/.cvsignore + ${RM} -f texmf-tmp/ptex/platex/base/.cvsignore && \ + ${FIND} texmf-tmp -type d | ${XARGS} ${CHMOD} 755 && \ + ${FIND} texmf-tmp -type f | ${XARGS} ${CHMOD} ${SHAREMODE} pre-configure: ${SETENV} ${MAKE_ENV} ${MKTEXLSR} ${WRKDIR}/texmf-tmp |