diff options
author | minskim <minskim> | 2009-07-13 11:49:30 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-07-13 11:49:30 +0000 |
commit | 8770ec8326869b97a978f6f6076ecc6f0be63725 (patch) | |
tree | e24503381bac707aeb62055b21a049dd8f4aab45 /textproc/dtdparse | |
parent | fa140cada0a4c64182f0d6fc4a58b00e4c3e5b2b (diff) | |
download | pkgsrc-8770ec8326869b97a978f6f6076ecc6f0be63725.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} |