svn commit: r323682 - in head: devel/openvex japanese/lynx
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Jul 26 05:41:37 UTC 2013
Author: danfe
Date: Fri Jul 26 05:41:36 2013
New Revision: 323682
URL: http://svnweb.freebsd.org/changeset/ports/323682
Log:
Fix typos in comments and use correct flavor of braces.
Modified:
head/devel/openvex/Makefile
head/japanese/lynx/Makefile
Modified: head/devel/openvex/Makefile
==============================================================================
--- head/devel/openvex/Makefile Fri Jul 26 05:37:41 2013 (r323681)
+++ head/devel/openvex/Makefile Fri Jul 26 05:41:36 2013 (r323682)
@@ -29,11 +29,11 @@ post-patch:
@${REINPLACE_CMD} -E 's/cd (.+)(;| &&) make/$$(MAKE) -C \1/' \
${WRKSRC}/Advanced/Makefile ${WRKSRC}/Beginner/Makefile \
${WRKSRC}/HiBob/Makefile ${WRKSRC}/Makefile
-# Apparently the work around for bug in pic18f8520.h is no longer needed and
+# Apparently the workaround for bug in pic18f8520.h is no longer needed and
# breaks the build now; disable it for the time being
@${REINPLACE_CMD} -e 's/ifdef SDCC/if 0/' ${WRKSRC}/Lib/timer.h
post-build:
- $(MAKE) -C $(WRKSRC) clean
+ ${MAKE} -C ${WRKSRC} clean
.include <bsd.port.mk>
Modified: head/japanese/lynx/Makefile
==============================================================================
--- head/japanese/lynx/Makefile Fri Jul 26 05:37:41 2013 (r323681)
+++ head/japanese/lynx/Makefile Fri Jul 26 05:41:36 2013 (r323682)
@@ -54,7 +54,7 @@ INSTALL_TARGET= install-full
INSTALL_TARGET= install install-help
.endif
-# Change "cd foo; $(MAKE_RECUR)" into "$(MAKE_RECUR) -C foo" to unbreak
+# Change "cd foo && $(MAKE_RECUR)" into "$(MAKE_RECUR) -C foo" to unbreak
# parallel builds
post-patch:
@${REINPLACE_CMD} -E 's|cd (.+) && (\$$\(MAKE_RECUR\))|\2 -C \1|' \
More information about the svn-ports-head
mailing list