d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
24 lines
659 B
Makefile
24 lines
659 B
Makefile
# $NetBSD: Makefile,v 1.13 2013/05/31 12:42:32 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= htmlfix-1.03
|
|
PKGREVISION= 3
|
|
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"
|