diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2017-01-15 12:18:14 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2017-01-15 12:18:14 +0000 |
commit | 7d56caedd6c51101a643bf74a634ceefbadfc3fb (patch) | |
tree | 8fd64d45788b6cabcdaa8c207dd42e586e5f6b4f /x11/sakura | |
parent | e09269fa0dd546cd07b33ba0e9027da335831a9c (diff) |
Notes
Diffstat (limited to 'x11/sakura')
-rw-r--r-- | x11/sakura/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile index 89691f7b73f5..ba7d0a2e0358 100644 --- a/x11/sakura/Makefile +++ b/x11/sakura/Makefile @@ -21,10 +21,9 @@ USES= cmake pkgconfig gettext tar:bzip2 LDFLAGS+= -lintl post-patch: - @${REINPLACE_CMD} -e '/NOT MATCHES "Debug"/d ; \ - /"-O2"/d ; \ - 's,share/man,man,g' ; \ - /FILES INSTALL/d' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e 's,share/man,man,g ; \ + /-O2/d ; \ + /FILES INSTALL/d' ${WRKSRC}/CMakeLists.txt post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |