diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 07:42:53 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 07:42:53 +0000 |
commit | e33ba0b6c679e51a2bb450b4219f0ae44feaae2a (patch) | |
tree | 536350636976440740fae50f46ee1fe4398bb172 /converters/txt2html | |
parent | 14aedf82904588dd9be10dedc6fd10439561937f (diff) | |
download | pkgsrc-e33ba0b6c679e51a2bb450b4219f0ae44feaae2a.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'converters/txt2html')
-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" |