diff options
author | snj <snj> | 2004-04-11 07:42:53 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 07:42:53 +0000 |
commit | 22c90dca8f760e2271362c92fb5e58e80fc794f0 (patch) | |
tree | 536350636976440740fae50f46ee1fe4398bb172 /converters/txt2html/Makefile | |
parent | 92301bca303239ccceb785a8b4785895e551a8ee (diff) | |
download | pkgsrc-22c90dca8f760e2271362c92fb5e58e80fc794f0.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'converters/txt2html/Makefile')
-rw-r--r-- | converters/txt2html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/txt2html/Makefile b/converters/txt2html/Makefile index b5f318f5d7d..449fce7bc22 100644 --- a/converters/txt2html/Makefile +++ b/converters/txt2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:27:38 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/11 07:45:15 snj Exp $ DISTNAME= txt2html-1.28 CATEGORIES= converters www @@ -8,7 +8,7 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.aigeek.com/txt2html/ COMMENT= Text to HTML converter -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES NO_BUILD= YES REPLACE_PERL= txt2html.pl @@ -24,5 +24,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/sample.html ${PREFIX}/share/txt2html ${INSTALL_DATA} ${WRKSRC}/sample.txt ${PREFIX}/share/txt2html -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |