- Fixed pkglint -Wall warnings.
- Removed unnecessary files.
This commit is contained in:
parent
12ab205837
commit
f5b9b92897
3 changed files with 4 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2005/09/05 19:49:14 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2006/01/17 10:20:00 rillig Exp $
|
||||
|
||||
.include "../../wip/p5-HTML-Latex/Makefile.common"
|
||||
|
||||
|
@ -10,12 +10,12 @@ DEPENDS+= p5-HTML-Latex-${HTML2LATEX_VERSION}:../../wip/p5-HTML-Latex
|
|||
|
||||
DISTINFO_FILE= ${.CURDIR}/../../wip/p5-HTML-Latex/distinfo
|
||||
|
||||
REPLACE_PERL= html2latex
|
||||
REPLACE_PERL+= html2latex
|
||||
|
||||
NO_BUILD= YES
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/html2latex ${PREFIX}/bin/html2latex
|
||||
${INSTALL_MAN} ${WRKSRC}/html2latex.1 ${PREFIX}/man/man1
|
||||
${INSTALL_SCRIPT} ${WRKSRC:Q}/html2latex ${PREFIX:Q}/bin/html2latex
|
||||
${INSTALL_MAN} ${WRKSRC:Q}/html2latex.1 ${PREFIX:Q}/man/man1
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Improve description.
|
||||
|
||||
pkglint complains:
|
||||
WARN: extra item placed in the *_DEPENDS section, for example, "DEPENDS".
|
|
@ -1,4 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/09/09 21:25:28 jeremy-c-reed Exp $
|
||||
|
||||
SHA1 (html2latex-1.0.tar.gz) = 8dcfa9b75db4ea56124ade699d8483f078eff3de
|
||||
Size (html2latex-1.0.tar.gz) = 47946 bytes
|
Loading…
Reference in a new issue