aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-05-14 01:10:10 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-05-14 01:10:10 +0000
commit9ed16e0a50661c1a99d70a14ea2774094b9fd487 (patch)
tree4ebcf7854187498b42f507fae3c0671fcd1ed667 /print
parent091ae18eb1d7b908acf20d902fd9872865707367 (diff)
downloadports-9ed16e0a50661c1a99d70a14ea2774094b9fd487.tar.gz
ports-9ed16e0a50661c1a99d70a14ea2774094b9fd487.zip
[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
Notes
Notes: svn path=/head/; revision=162271
Diffstat (limited to 'print')
-rw-r--r--print/tex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile
index e5dc92dd1914..50d9630bccae 100644
--- a/print/tex/Makefile
+++ b/print/tex/Makefile
@@ -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; \