7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
24 lines
659 B
Makefile
24 lines
659 B
Makefile
# $NetBSD: Makefile,v 1.14 2014/05/29 23:37:57 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= htmlfix-1.03
|
|
PKGREVISION= 4
|
|
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
|
|
REPLACE_PERL= htmlfix.pl
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/htmlfix.pl ${DESTDIR}${PREFIX}/bin/htmlfix
|
|
${INSTALL_MAN} ${WRKSRC}/htmlfix.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/htmlfix.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|