diff options
author | danfe <danfe@FreeBSD.org> | 2013-07-26 13:41:36 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-07-26 13:41:36 +0800 |
commit | 074d57ff90239aa7fe1ed15acc09a34fea01f11f (patch) | |
tree | ee4bab1a7dff3f9473bf76caa41363143fa4a10a /devel | |
parent | 687bbab5f102996e42bcfbe34eb2ddbe5ec7da0a (diff) | |
download | freebsd-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/Makefile | 4 |
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> |