diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-04-17 06:18:25 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-04-17 06:18:25 +0000 |
commit | ea8047bc2abc242d1eef98d5464bb938f190e3c8 (patch) | |
tree | feb72d759d2a4679ae1501b37c81c980fc5aae63 /japanese/ptex/Makefile | |
parent | efac6a7520c7f5f9d047d1563d4cbb269ddbeb5d (diff) |
Reflect the change in the ja-ptex-base's handling of texmf.cnf.
Add missing entry to the plist.
Notes
Notes:
svn path=/head/; revision=79119
Diffstat (limited to 'japanese/ptex/Makefile')
-rw-r--r-- | japanese/ptex/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index b9e316f4c0c8..06203c513d49 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -7,6 +7,7 @@ PORTNAME= ptex PORTVERSION= 3.1.2 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ PKGNAMEPREFIX= ja- @@ -48,7 +49,9 @@ post-extract: @${MV} ${WRKDIR}/${SRCDIR} ${WRKDIRPREFIX}${.CURDIR}/../ptex-base/work/tetex-src-${TETEX_VERSION}/texk/web2c pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL + @if [ -L ${PREFIX}/share/texmf/web2c/texmf.cnf ]; then \ + ${RM} ${PREFIX}/share/texmf/web2c/texmf.cnf; \ + fi post-install: .for bin in ${BINARIES} |