Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 01:46:24 +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: r319147 - head/japanese/tex-ptex
Message-ID:  <201305270146.r4R1kOpV070168@svn.freebsd.org>

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



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