Fix fmtutil.cnf issue (missing %D).
This commit is contained in:
parent
78ed7eb2cd
commit
9ccf3d00f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318346
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= texlive
|
PORTNAME= texlive
|
||||||
PORTVERSION= 20120701
|
PORTVERSION= 20120701
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/
|
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/
|
||||||
PKGNAMESUFFIX= -base
|
PKGNAMESUFFIX= -base
|
||||||
|
@ -118,6 +118,7 @@ post-patch:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${PREFIX}/${TEXMFCONFIGDIR}/web2c
|
${MKDIR} ${PREFIX}/${TEXMFCONFIGDIR}/web2c
|
||||||
|
${TOUCH} ${PREFIX}/${TEXMFCONFIGDIR}/web2c/.keep_me
|
||||||
${INSTALL_DATA} ${PREFIX}/${TEXMFDIR}/web2c/fmtutil.cnf \
|
${INSTALL_DATA} ${PREFIX}/${TEXMFDIR}/web2c/fmtutil.cnf \
|
||||||
${PREFIX}/${FMTUTIL_CNF}
|
${PREFIX}/${FMTUTIL_CNF}
|
||||||
|
|
||||||
|
|
|
@ -325,7 +325,7 @@ bin/xdvipdfmx
|
||||||
%%TEXMFDIR%%/scripts/texlive/rungs.tlu
|
%%TEXMFDIR%%/scripts/texlive/rungs.tlu
|
||||||
%%TEXMFDIR%%/scripts/texlive/tlmgr.pl
|
%%TEXMFDIR%%/scripts/texlive/tlmgr.pl
|
||||||
%%TEXMFDIR%%/web2c/fmtutil.cnf
|
%%TEXMFDIR%%/web2c/fmtutil.cnf
|
||||||
@exec /bin/mkdir -p %%TEXMFCONFIGDIR%%/web2c
|
%%TEXMFCONFIGDIR%%/web2c/.keep_me
|
||||||
@exec %%INSTALL_DATA%% %D/%%TEXMFDIR%%/web2c/fmtutil.cnf %D/%%FMTUTIL_CNF%%
|
@exec %%INSTALL_DATA%% %D/%%TEXMFDIR%%/web2c/fmtutil.cnf %D/%%FMTUTIL_CNF%%
|
||||||
@unexec /bin/rm -f %D/%%FMTUTIL_CNF%%
|
@unexec /bin/rm -f %D/%%FMTUTIL_CNF%%
|
||||||
@dirrmtry %%TEXMFCONFIGDIR%%/web2c
|
@dirrmtry %%TEXMFCONFIGDIR%%/web2c
|
||||||
|
|
Loading…
Reference in a new issue