2829e658f2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
20 lines
557 B
Makefile
20 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/01/07 09:14:15 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= htmlfix-1.03
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.mono.org/abs/tools/htmlfix/
|
|
|
|
MAINTAINER= abs@NetBSD.org
|
|
COMMENT= Fix latin1 to html entities and/or line endings
|
|
|
|
DEPENDS+= p5-HTML-FixEntities-[0-9]*:../../www/p5-HTML-FixEntities
|
|
|
|
USE_TOOLS+= perl:run
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/htmlfix.pl ${PREFIX}/bin/htmlfix
|
|
${INSTALL_MAN} ${WRKSRC}/htmlfix.1 ${PREFIX}/${PKGMANDIR}/man1/htmlfix.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|