svn commit: r319147 - head/japanese/tex-ptex

Hiroki Sato hrs at FreeBSD.org
Mon May 27 01:46:25 UTC 2013


Author: hrs
Date: Mon May 27 01:46:24 2013
New Revision: 319147
URL: http://svnweb.freebsd.org/changeset/ports/319147

Log:
  - Fix PKGNAMEPREFIX.
  - Mark USE_TEX=texlive.
  
  Spotted by:	nyan

Modified:
  head/japanese/tex-ptex/Makefile

Modified: head/japanese/tex-ptex/Makefile
==============================================================================
--- head/japanese/tex-ptex/Makefile	Mon May 27 01:28:29 2013	(r319146)
+++ head/japanese/tex-ptex/Makefile	Mon May 27 01:46:24 2013	(r319147)
@@ -2,10 +2,10 @@
 
 PORTNAME=	ptex
 PORTVERSION=	3.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
-PKGNAMEPREFIX=	tex-
+PKGNAMEPREFIX=	ja-tex-
 DISTNAME=	texlive-${DISTVERSION_TEXLIVE}-source
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		${DISTNAME_TEXMF}${EXTRACT_SUFX}
@@ -17,7 +17,7 @@ COMMENT=	ASCII Japanese pTeX
 
 USE_XZ=		yes
 USE_GMAKE=	yes
-USE_TEX=	kpathsea web2c ptexenc texmf formats fmtutil
+USE_TEX=	texlive kpathsea web2c ptexenc texmf formats fmtutil
 EXTRACT_AFTER_ARGS=	${EXTRACT_FILES:S,^,${DISTNAME}/,}
 EXTRACT_FILES=	\
 	build-aux \


More information about the svn-ports-head mailing list