diff options
author | minskim <minskim> | 2005-02-14 15:37:44 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-02-14 15:37:44 +0000 |
commit | f892f4fa94c8e570c728f558025bb1789b295b0e (patch) | |
tree | 24551b80c838bd4d9a45792a18427124d682fe4f /converters | |
parent | 8ac79c8d0ecf505771ae2b3e1319e0d5c55569c5 (diff) | |
download | pkgsrc-f892f4fa94c8e570c728f558025bb1789b295b0e.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 |