aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-05-14 09:10:10 +0800
committeredwin <edwin@FreeBSD.org>2006-05-14 09:10:10 +0800
commit13fd3e583890f1f265bec60ebbd32e85f01fb36d (patch)
treeaf77248790c129d7e80a4bb86d3e48b22bde9965 /print
parent8b77ea7a7e35ce62a4e44b0af8c5d4a82b016fea (diff)
downloadfreebsd-ports-gnome-13fd3e583890f1f265bec60ebbd32e85f01fb36d.tar.gz
freebsd-ports-gnome-13fd3e583890f1f265bec60ebbd32e85f01fb36d.tar.zst
freebsd-ports-gnome-13fd3e583890f1f265bec60ebbd32e85f01fb36d.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
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; \