svn commit: r413137 - head/textproc/lacheck

Mathieu Arnold mat at FreeBSD.org
Tue Apr 12 15:06:42 UTC 2016


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 at 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


More information about the svn-ports-head mailing list