From 6f899cf75b0bc27e860785bdcd67f502ac3b8a8a Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Tue, 21 Dec 2004 19:40:35 +0000 Subject: - Remove tetex-modesw dependency. - Bump PORTREVISION. --- print/teTeX/Makefile | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) (limited to 'print/teTeX/Makefile') diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index dc22c3cbdfa3..2a1d4be82ae9 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -7,7 +7,7 @@ PORTNAME= teTeX PORTVERSION= 2.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -16,20 +16,13 @@ EXTRACT_ONLY= # empty MAINTAINER= hrs@FreeBSD.org COMMENT= A meta port for teTeX suite -RUN_DEPENDS= ${TETEX_MODESW}:${PORTSDIR}/print/tex-texmflocal \ +RUN_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ ${LOCALBASE}/share/texmf/LICENSE.texmf:${PORTSDIR}/print/teTeX-texmf \ latex:${PORTSDIR}/print/teTeX-base \ ${LOCALBASE}/share/texmf-local/tex/latex/base/latex.ltx:${PORTSDIR}/print/teTeX-latex2e \ dvips:${PORTSDIR}/print/dvipsk-tetex \ xdvi:${PORTSDIR}/print/xdvik -TETEX_MODESW= ${LOCALBASE}/bin/tetex-modesw - -PKGINSTALL= ${WRKDIR}/pkg-install.sh -PKGDEINSTALL= ${WRKDIR}/pkg-install.sh -PKGINSTALL_SUB= TETEX_MODESW=${TETEX_MODESW} \ - MODE=${DEFAULT_MODE} - # XXX: We always build in batch mode to disable OPTIONS # in print/teTeX-base. DEPENDS_ARGS+= BATCH=yes @@ -43,28 +36,22 @@ CONFLICTS= latex2e-[0-9]* tex-[0-9]* dvips-[0-9]* xdvi-[0-9]* .if defined(WITH_LETTERSIZE) FLAVOR+= letter DEPENDS_ARGS+= WITH_LETTERSIZE=true -DEFAULT_MODE= tetex-letter +PAPERSIZE= letter .else -DEFAULT_MODE= tetex +PAPERSIZE= a4 .endif +TEXMFLOCAL_LSR= ${LOCALBASE}/share/texmf-local/ls-R + # XXX: this does not work #.if defined(FLAVOR) #PKGNAMESUFFIX= ${FLAVOR:S,^,-,:Q:S,\\ ,,g:S,\\-,-,g} #.endif -do-configure: - ${SED} ${PKGINSTALL_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} - ${CHMOD} 0755 ${PKGINSTALL} - do-build: @${DO_NADA} do-install: #emtpy @${DO_NADA} -post-install: - @${PKGINSTALL} ${PKGNAME} POST-INSTALL - .include -- cgit v1.2.3