svn commit: r318346 - head/print/texlive-base

Hiroki Sato hrs at FreeBSD.org
Thu May 16 23:38:33 UTC 2013


Author: hrs
Date: Thu May 16 23:38:32 2013
New Revision: 318346
URL: http://svnweb.freebsd.org/changeset/ports/318346

Log:
  Fix fmtutil.cnf issue (missing %D).

Modified:
  head/print/texlive-base/Makefile
  head/print/texlive-base/pkg-plist

Modified: head/print/texlive-base/Makefile
==============================================================================
--- head/print/texlive-base/Makefile	Thu May 16 23:15:42 2013	(r318345)
+++ head/print/texlive-base/Makefile	Thu May 16 23:38:32 2013	(r318346)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20120701
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMESUFFIX=	-base
@@ -118,6 +118,7 @@ post-patch:
 
 post-install:
 	${MKDIR} ${PREFIX}/${TEXMFCONFIGDIR}/web2c
+	${TOUCH} ${PREFIX}/${TEXMFCONFIGDIR}/web2c/.keep_me
 	${INSTALL_DATA} ${PREFIX}/${TEXMFDIR}/web2c/fmtutil.cnf \
 		${PREFIX}/${FMTUTIL_CNF}
 

Modified: head/print/texlive-base/pkg-plist
==============================================================================
--- head/print/texlive-base/pkg-plist	Thu May 16 23:15:42 2013	(r318345)
+++ head/print/texlive-base/pkg-plist	Thu May 16 23:38:32 2013	(r318346)
@@ -325,7 +325,7 @@ bin/xdvipdfmx
 %%TEXMFDIR%%/scripts/texlive/rungs.tlu
 %%TEXMFDIR%%/scripts/texlive/tlmgr.pl
 %%TEXMFDIR%%/web2c/fmtutil.cnf
- at exec /bin/mkdir -p %%TEXMFCONFIGDIR%%/web2c
+%%TEXMFCONFIGDIR%%/web2c/.keep_me
 @exec %%INSTALL_DATA%% %D/%%TEXMFDIR%%/web2c/fmtutil.cnf %D/%%FMTUTIL_CNF%%
 @unexec /bin/rm -f %D/%%FMTUTIL_CNF%%
 @dirrmtry %%TEXMFCONFIGDIR%%/web2c


More information about the svn-ports-all mailing list