Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 23:38:33 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318346 - head/print/texlive-base
Message-ID:  <201305162338.r4GNcXRv067022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305162338.r4GNcXRv067022>