diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-05-10 17:06:31 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-05-10 17:06:31 +0000 |
commit | 592536857c339c2516df15112ed935542fedb3f1 (patch) | |
tree | ced25f25e213750cf5b86ac4f721742dbc69c154 | |
parent | f9ee9fa2355c176cb4b2e0e2d8f4cc5e04a1d187 (diff) | |
download | ports-592536857c339c2516df15112ed935542fedb3f1.tar.gz ports-592536857c339c2516df15112ed935542fedb3f1.zip |
Notes
-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 |