pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/dtdparse Remove a redundant opening curly brace.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b3272377bdc
branches:  trunk
changeset: 395795:4b3272377bdc
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jul 13 11:49:30 2009 +0000

description:
Remove a redundant opening curly brace.

diffstat:

 textproc/dtdparse/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 09cf14706378 -r 4b3272377bdc textproc/dtdparse/Makefile
--- a/textproc/dtdparse/Makefile        Mon Jul 13 11:32:25 2009 +0000
+++ b/textproc/dtdparse/Makefile        Mon Jul 13 11:49:30 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/07/07 22:10:29 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2009/07/13 11:49:30 minskim Exp $
 #
 
 DISTNAME=      dtdparse-2.0beta6
@@ -32,7 +32,7 @@
        ${PERL5} -pi -e 's,modules/,XML/DTDParse/,' ${WRKSRC}/dtdformat
 
 do-install:
-       cd ${WRKSRC}; ${INSTALL_SCRIPT} ${SCRIPTS} ${{DESTDIR}${PREFIX}/bin
+       cd ${WRKSRC}; ${INSTALL_SCRIPT} ${SCRIPTS} ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/XML/DTDParse/*.pm ${WRKSRC}/modules/*.pl \
                ${DESTDIR}${PERL5_INSTALLVENDORLIB}/XML/DTDParse
        ${INSTALL_DATA} ${WRKSRC}/dtd.dtd ${DESTDIR}${XMLDIR}



Home | Main Index | Thread Index | Old Index