summaryrefslogtreecommitdiff
path: root/lang/nickle
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-05-10 17:06:31 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-05-10 17:06:31 +0000
commit592536857c339c2516df15112ed935542fedb3f1 (patch)
treeced25f25e213750cf5b86ac4f721742dbc69c154 /lang/nickle
parent- Update to version 0.11.2 (diff)
Add missing closing parenthesis in comment.
Notes
Notes: svn path=/head/; revision=296384
Diffstat (limited to 'lang/nickle')
-rw-r--r--lang/nickle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nickle/Makefile b/lang/nickle/Makefile
index 9473edb4bee0..71000c7c7180 100644
--- a/lang/nickle/Makefile
+++ b/lang/nickle/Makefile
@@ -28,7 +28,7 @@ MAN1= nickle.1
post-patch:
# Do not descend into "examples" subdirectory to prevent them being installed
# under DATADIR (instead, we manually install them later in post-install into
-# EXAMPLESDIR; also remove extra -O2 since we provide our own CFLAGS.
+# EXAMPLESDIR); also remove extra -O2 since we provide our own CFLAGS.
@${REINPLACE_CMD} -e '/^SUBDIRS/s|examples|| ; s| -O2||' \
${WRKSRC}/Makefile.in