diff options
-rw-r--r-- | converters/bibtex2html/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 7bf5c98ffa8..39e259350d5 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/02/14 15:36:19 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2005/02/14 15:37:44 minskim Exp $ DISTNAME= bibtex2html-1.74 CATEGORIES= converters @@ -15,8 +15,6 @@ NO_BUILDLINK= yes GNU_CONFIGURE= yes USE_PERL5= run -CONFIGURE_ENV+= PERL=${PERL5} - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/aux2bib ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bibtex2html ${PREFIX}/bin |