diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:34:56 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:34:56 +0000 |
commit | e894c29ad5fd45176ff40a63376707531adddba3 (patch) | |
tree | fe6e6f1047f8d67869e24a29bf32f5ba72588a1c /x11/tilda/Makefile | |
parent | 26b131e57b2e8fdf4e4c77b11417d7b7bd8b9b37 (diff) |
Notes
Diffstat (limited to 'x11/tilda/Makefile')
-rw-r--r-- | x11/tilda/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index 8ab9e34e2f77..66d0fe94ed16 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -19,6 +19,8 @@ USES= gmake gettext pkgconfig DOCS= AUTHORS ChangeLog README TODO +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|ps -C tilda -o pid=|pgrep tilda|' \ ${WRKSRC}/src/tilda.c |