diff options
author | minskim <minskim@pkgsrc.org> | 2005-02-14 15:37:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-02-14 15:37:44 +0000 |
commit | 3df3bfc6ce10583606c5dd6ddd9d3fae070fd1df (patch) | |
tree | 24551b80c838bd4d9a45792a18427124d682fe4f /converters | |
parent | b808f10301e6b847df83531f933aa834041bce34 (diff) | |
download | pkgsrc-3df3bfc6ce10583606c5dd6ddd9d3fae070fd1df.tar.gz |
Remove redundant PERL definition in CONFIGURE_ENV.
Diffstat (limited to 'converters')
-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 |