diff options
author | danfe <danfe@FreeBSD.org> | 2012-05-11 01:06:31 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-05-11 01:06:31 +0800 |
commit | fe1e95a90c3a9ac2d9f872433f4c438275acac32 (patch) | |
tree | 388841b1d70386bd2af44c59def2e8f8527243b5 /lang | |
parent | 54d3489311725f176633fe79b9abd8e25b852ddf (diff) | |
download | freebsd-ports-gnome-fe1e95a90c3a9ac2d9f872433f4c438275acac32.tar.gz freebsd-ports-gnome-fe1e95a90c3a9ac2d9f872433f4c438275acac32.tar.zst freebsd-ports-gnome-fe1e95a90c3a9ac2d9f872433f4c438275acac32.zip |
Add missing closing parenthesis in comment.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nickle/Makefile | 2 |
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 |