summaryrefslogtreecommitdiff
path: root/devel/astyle
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-12 02:28:46 +0000
committergrant <grant@pkgsrc.org>2004-06-12 02:28:46 +0000
commitf60269673ddd9d0c36798d0e4bd1de3de610389b (patch)
tree3a7d2d6e515ada9e4aab320b284d128b45d4eac7 /devel/astyle
parentd953de92b1b354d8cb6679784a0a7a43e8eaccd9 (diff)
downloadpkgsrc-f60269673ddd9d0c36798d0e4bd1de3de610389b.tar.gz
whitespace fixes.
Diffstat (limited to 'devel/astyle')
-rw-r--r--devel/astyle/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile
index 3a00b39ddab..58c378377c3 100644
--- a/devel/astyle/Makefile
+++ b/devel/astyle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/02/18 13:33:40 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/06/12 02:28:46 grant Exp $
#
DISTNAME= astyle_1.13.6.1
@@ -24,7 +24,7 @@ post-extract:
post-install:
${INSTALL_DATA_DIR} ${HTMLDIR}
- cd ${WRKSRC}; ${INSTALL_DATA} astyle.html astyle_release_notes.html\
- license.html ${HTMLDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} astyle.html \
+ astyle_release_notes.html license.html ${HTMLDIR}
.include "../../mk/bsd.pkg.mk"