Date: Tue, 12 Apr 2016 15:06:40 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413137 - head/textproc/lacheck Message-ID: <201604121506.u3CF6eJC032025@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Apr 12 15:06:40 2016 New Revision: 413137 URL: https://svnweb.freebsd.org/changeset/ports/413137 Log: Unbreak. PR: 208721 Submitted by: tkato432 yahoo com Sponsored by: Absolight Modified: head/textproc/lacheck/Makefile (contents, props changed) Modified: head/textproc/lacheck/Makefile ============================================================================== --- head/textproc/lacheck/Makefile Tue Apr 12 15:06:35 2016 (r413136) +++ head/textproc/lacheck/Makefile Tue Apr 12 15:06:40 2016 (r413137) @@ -3,19 +3,23 @@ PORTNAME= lacheck PORTVERSION= 1.26 +PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= ftp://cam.ctan.org/tex-archive/support/lacheck/ \ - http://www.heim2.tu-clausthal.de/~upp/lacheck/ +MASTER_SITES= ftp://ftp.math.utah.edu/pub/lacheck/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for finding common mistakes in LaTeX documents -BROKEN= unfetchable - PLIST_FILES= bin/lacheck \ man/man1/lacheck.1.gz ALL_TARGET= lacheck lacheck.1 + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}| ; \ + s|^CC|# CC|; s|^CFLAGS|# CFLAGS|' \ + ${WRKSRC}/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${STAGEDIR}${MANPREFIX}/man/man1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604121506.u3CF6eJC032025>