[PATCH] print/tex: portlint(1) fixes

too bad Donald Knuth doesn't offer awards for portlint
	fixing the TeX port...  Port maintainer (jmz@FreeBSD.org)
	is cc'd.

PR:		ports/95838
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:	maintainer timeout
This commit is contained in:
Edwin Groothuis 2006-05-14 01:10:10 +00:00
parent 091ae18eb1
commit 9ed16e0a50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162271

View file

@ -9,7 +9,7 @@ PORTNAME= tex
PORTVERSION= 3.14159
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mikeh
#${MASTER_SITE_TEX_CTAN} XXX distfiles disappeared/moved?
#MASTER_SITE_SUBDIR= systems/web2c
@ -41,11 +41,11 @@ MAKE_FLAGS= fmts= all_mems=
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= "Segfault during build on ia64"
BROKEN= Segfault during build on ia64
.endif
pre-configure:
cd ${WRKDIR} && ${FIND} . -name \*.gz | ${XARGS} gunzip -f
cd ${WRKDIR} && ${FIND} . -name \*.gz | ${XARGS} ${GUNZIP_CMD} -f
post-configure:
@cd ${WRKSRC}/web2c; \