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 | ad558263bf8877569b445727dc115987d250baf7 (patch) | |
tree | 24551b80c838bd4d9a45792a18427124d682fe4f /converters/bibtex2html | |
parent | eea0e985cf205d946d9dda7c8c07d3f02ac9ae44 (diff) | |
download | pkgsrc-ad558263bf8877569b445727dc115987d250baf7.tar.gz |
Remove redundant PERL definition in CONFIGURE_ENV.
Diffstat (limited to 'converters/bibtex2html')
-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 |