diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 04:02:39 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 04:02:39 +0000 |
commit | 36f27a877178b527747781c2b8295daa73e61948 (patch) | |
tree | c3123d3121e5bc45d403b899b7f3473a0c23066f /devel/cvs2html | |
parent | f7c8ee021b10df4461501e578067ec417a8f8b44 (diff) | |
download | pkgsrc-36f27a877178b527747781c2b8295daa73e61948.tar.gz |
This does not need buildlink2.
Diffstat (limited to 'devel/cvs2html')
-rw-r--r-- | devel/cvs2html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile index 6930c4e52c9..0cc1ea02c74 100644 --- a/devel/cvs2html/Makefile +++ b/devel/cvs2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 16:43:18 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 04:02:39 snj Exp $ # DISTNAME= cvs2html-1.82 @@ -9,12 +9,12 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://cvs.sslug.dk/cvs2html/ COMMENT= Perl script to turn ``cvs log'' output into HTML -USE_BUILDLINK2= YES +NO_BUILDLINK= YES NO_BUILD= YES +USE_PERL5= # defined REPLACE_PERL= cvs2html do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cvs2html ${PREFIX}/bin -.include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |