diff options
-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 |