diff options
author | stephen <stephen@FreeBSD.org> | 2012-06-21 08:13:26 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-06-21 08:13:26 +0800 |
commit | 60af90dc08cab88f574347f6d81ed369b20514eb (patch) | |
tree | 30ec53c472e0a3af78225676282f14a2f51cb93c /math | |
parent | 392b8c92c9d8530a344c64296fd275ba41ed013b (diff) | |
download | freebsd-ports-gnome-60af90dc08cab88f574347f6d81ed369b20514eb.tar.gz freebsd-ports-gnome-60af90dc08cab88f574347f6d81ed369b20514eb.tar.zst freebsd-ports-gnome-60af90dc08cab88f574347f6d81ed369b20514eb.zip |
- Correct spelling of "invocation."
Diffstat (limited to 'math')
-rw-r--r-- | math/sage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index e68b5a0b5b54..e297e97b7109 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -68,7 +68,7 @@ LATEST_LINK= sage-math # Conflicts with graphics/sage. MAKE_ARGS+= ARCH="${AR}" post-patch: -# Create the wrappers for the compiler invokations. +# Create the wrappers for the compiler invocations. @${MKDIR} ${WRKSRC}/local/bin @${LN} -s -f ${LOCALBASE}/bin/gmake ${WRKSRC}/local/bin/make @${LN} -s -f ${LOCALBASE}/bin/bash ${WRKSRC}/local/bin/sh |