diff options
Diffstat (limited to 'x11/tilda/Makefile')
-rw-r--r-- | x11/tilda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index d31e4712aa80..f5c868083517 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -1,4 +1,3 @@ -# Create by: Vlad V. Teterya <vlad@vlad.uz.ua> # $FreeBSD$ PORTNAME= tilda @@ -18,6 +17,7 @@ USES= gmake pkgconfig DOCS= AUTHORS ChangeLog README TODO +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|ps -C tilda -o pid=|pgrep tilda|' \ ${WRKSRC}/src/tilda.c |