diff options
Diffstat (limited to 'x11/libexo/Makefile')
-rw-r--r-- | x11/libexo/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 5049018b7da3..dd2e6653fed5 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -66,8 +66,4 @@ CONFIGURE_ARGS+=--disable-python PLIST_SUB+= PYTHON="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e 's|FALSE;;|FALSE;|' ${WRKSRC}/exo/exo-icon-view.c - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure - .include <bsd.port.post.mk> |