diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-13 11:49:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-13 11:49:30 +0000 |
commit | c0e7e385ed7951578efbd6c6e010a6e32c67f247 (patch) | |
tree | e24503381bac707aeb62055b21a049dd8f4aab45 /textproc/dtdparse | |
parent | f0c34e185ec70d274509489018b692f4c464d271 (diff) | |
download | pkgsrc-c0e7e385ed7951578efbd6c6e010a6e32c67f247.tar.gz |
Remove a redundant opening curly brace.
Diffstat (limited to 'textproc/dtdparse')
-rw-r--r-- | textproc/dtdparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dtdparse/Makefile b/textproc/dtdparse/Makefile index 8e288930de9..d4ce39ad372 100644 --- a/textproc/dtdparse/Makefile +++ b/textproc/dtdparse/Makefile @@ -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 @@ do-build: ${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} |