diff options
author | rillig <rillig> | 2008-01-31 18:59:37 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-01-31 18:59:37 +0000 |
commit | fb2a3c0eae1feac3c53e72dce5bc70dbcc7f3996 (patch) | |
tree | 73c2396d5b58c38d58f4eede7ca217d593cb627b /www | |
parent | 551c0b22cc2b983dd1f1e3b1c2a96964dc8dbd01 (diff) | |
download | pkgsrc-fb2a3c0eae1feac3c53e72dce5bc70dbcc7f3996.tar.gz |
Needs REPLACE_PERL. PKGREVISION++
Diffstat (limited to 'www')
-rw-r--r-- | www/htmlfix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/htmlfix/Makefile b/www/htmlfix/Makefile index 5aa49327f18..3552dc4ee2a 100644 --- a/www/htmlfix/Makefile +++ b/www/htmlfix/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2007/01/07 09:14:15 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2008/01/31 18:59:37 rillig Exp $ # DISTNAME= htmlfix-1.03 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.mono.org/abs/tools/htmlfix/ @@ -12,6 +13,7 @@ DEPENDS+= p5-HTML-FixEntities-[0-9]*:../../www/p5-HTML-FixEntities USE_TOOLS+= perl:run INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +REPLACE_PERL= htmlfix.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/htmlfix.pl ${PREFIX}/bin/htmlfix |