diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-26 04:32:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-26 04:32:47 +0000 |
commit | 434229b637dd7cf209713665809c21ec57c83d7d (patch) | |
tree | b64155e80c0bdc7ee0d5159f5f78a8db78b4820b /japanese/platex-japanese | |
parent | 0aa51ddcb79f5a99b743b941d04280d6901b0752 (diff) | |
download | ports-434229b637dd7cf209713665809c21ec57c83d7d.tar.gz ports-434229b637dd7cf209713665809c21ec57c83d7d.zip |
[MAINTAINER] japanese/latex-japanese: change portname to platex-japanese
This port can be only usable with platex not with latex.
To eliminate ambiguity which may lead users to try this
package with genuine latex, it's be better change the prefix
of portname to "platex-" instead of "latex-".
PR: ports/123626
Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp>
Notes
Notes:
svn path=/head/; revision=213673
Diffstat (limited to 'japanese/platex-japanese')
-rw-r--r-- | japanese/platex-japanese/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/japanese/platex-japanese/Makefile b/japanese/platex-japanese/Makefile index adb241683ca6..3999407ab073 100644 --- a/japanese/platex-japanese/Makefile +++ b/japanese/platex-japanese/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: latex-japanese +# New ports collection makefile for: platex-japanese # Date created: 2007-11-19 # Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp> # @@ -7,15 +7,16 @@ PORTNAME= japanese PORTVERSION= 1.3 +PORTREVIISION= 1 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= language/japanese -PKGNAMEPREFIX= latex- +PKGNAMEPREFIX= platex- DISTNAME= ${PORTNAME} DIST_SUBDIR= latex MAINTAINER= yokota@res.otaru-uc.ac.jp -COMMENT= LaTeX package that literally provides japanese option to babel +COMMENT= pLaTeX package that literally provides japanese option to babel BUILD_DEPENDS= ${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX-texmf \ ptex:${PORTSDIR}/japanese/ptex \ |