mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Unbreak.
PR: 208721 Submitted by: tkato432 yahoo com Sponsored by: Absolight
This commit is contained in:
parent
205c05c45d
commit
ae3e0f8419
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413137
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user