aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-07-26 13:41:36 +0800
committerdanfe <danfe@FreeBSD.org>2013-07-26 13:41:36 +0800
commit074d57ff90239aa7fe1ed15acc09a34fea01f11f (patch)
treeee4bab1a7dff3f9473bf76caa41363143fa4a10a /devel
parent687bbab5f102996e42bcfbe34eb2ddbe5ec7da0a (diff)
downloadfreebsd-ports-gnome-074d57ff90239aa7fe1ed15acc09a34fea01f11f.tar.gz
freebsd-ports-gnome-074d57ff90239aa7fe1ed15acc09a34fea01f11f.tar.zst
freebsd-ports-gnome-074d57ff90239aa7fe1ed15acc09a34fea01f11f.zip
Fix typos in comments and use correct flavor of braces.
Diffstat (limited to 'devel')
-rw-r--r--devel/openvex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/openvex/Makefile b/devel/openvex/Makefile
index e3bece247420..9b2d05dea59e 100644
--- a/devel/openvex/Makefile
+++ b/devel/openvex/Makefile
@@ -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>