summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"