diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-10-11 22:56:23 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-10-11 22:56:23 +0000 |
commit | c91c616416f49bc46f43ca832b53f49a558088d3 (patch) | |
tree | 8c5ff6023da53bf2d7e47f39d807cc4d73c5741f /textproc/lacheck | |
parent | 1887d5a2bfea1bf328270656f01b79e54a76f041 (diff) | |
download | ports-c91c616416f49bc46f43ca832b53f49a558088d3.tar.gz ports-c91c616416f49bc46f43ca832b53f49a558088d3.zip |
Notes
Diffstat (limited to 'textproc/lacheck')
-rw-r--r-- | textproc/lacheck/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/textproc/lacheck/Makefile b/textproc/lacheck/Makefile index 44978e04a574..37eb4f276d51 100644 --- a/textproc/lacheck/Makefile +++ b/textproc/lacheck/Makefile @@ -7,16 +7,15 @@ CATEGORIES= textproc MASTER_SITES= ftp://cam.ctan.org/tex-archive/support/lacheck/ \ http://www.heim2.tu-clausthal.de/~upp/lacheck/ -MAINTAINER= uwe.pierau@tu-clausthal.de -COMMENT= A tool for finding common mistakes in LaTeX documents +MAINTAINER= ports@FreeBSD.org +COMMENT= Tool for finding common mistakes in LaTeX documents -MAN1= lacheck.1 -PLIST_FILES= bin/lacheck +PLIST_FILES= bin/lacheck \ + man/man1/lacheck.1.gz ALL_TARGET= lacheck lacheck.1 -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |