pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/bibtex2html Remove redundant PERL definitio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50d351987d3d
branches:  trunk
changeset: 489007:50d351987d3d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Feb 14 15:37:44 2005 +0000

description:
Remove redundant PERL definition in CONFIGURE_ENV.

diffstat:

 converters/bibtex2html/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 56e8ce6d7bae -r 50d351987d3d converters/bibtex2html/Makefile
--- a/converters/bibtex2html/Makefile   Mon Feb 14 15:36:19 2005 +0000
+++ b/converters/bibtex2html/Makefile   Mon Feb 14 15:37:44 2005 +0000
@@ -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 @@
 GNU_CONFIGURE= yes
 USE_PERL5=     run
 
-CONFIGURE_ENV+=        PERL=${PERL5}
-
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/aux2bib ${PREFIX}/bin
        ${INSTALL_PROGRAM} ${WRKSRC}/bibtex2html ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index