diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:39:11 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:39:11 +0800 |
commit | bfef5ebd271538596b47b499808bc4a21548b6bb (patch) | |
tree | 23572d67d8160cff75549053414fd1dccc777167 /japanese/latex2html | |
parent | db2073ecc43b22990eebc93fa1b0965793dd45a9 (diff) | |
download | freebsd-ports-gnome-bfef5ebd271538596b47b499808bc4a21548b6bb.tar.gz freebsd-ports-gnome-bfef5ebd271538596b47b499808bc4a21548b6bb.tar.zst freebsd-ports-gnome-bfef5ebd271538596b47b499808bc4a21548b6bb.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'japanese/latex2html')
-rw-r--r-- | japanese/latex2html/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile index 22402f8f79e4..959ab7a4f88c 100644 --- a/japanese/latex2html/Makefile +++ b/japanese/latex2html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-latex2html -# Date created: 3 Apr 1999 -# Whom: Sugimoto Sadahiro <ixtl@utmc.or.jp> -# +# Created by: Sugimoto Sadahiro <ixtl@utmc.or.jp> # $FreeBSD$ -# PORTNAME= latex2html PORTVERSION= ${VERSION}j${JP_VERSION} @@ -29,7 +25,7 @@ CONFLICTS= latex2html-[0-9]* VERSION= 2002.2.1 JP_VERSION= 2.0 -USE_PERL5= yes +USES= perl5 USE_GHOSTSCRIPT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --shlibdir=${DATADIR} \ |