diff options
Diffstat (limited to 'x11/libxfce4menu/Makefile')
-rw-r--r-- | x11/libxfce4menu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libxfce4menu/Makefile b/x11/libxfce4menu/Makefile index adb44c4b6e6c..e80669127072 100644 --- a/x11/libxfce4menu/Makefile +++ b/x11/libxfce4menu/Makefile @@ -64,10 +64,10 @@ CONFIGURE_ARGS+=--enable-gladeui CONFIGURE_ARGS+=--disable-gladeui .endif -.if empty(PORT_OPTIONS:MNLS) post-patch: - @${REINPLACE_CMD} -e 's|docs \\|docs|| ; \ - s|po||' ${WRKSRC}/Makefile.in +.if empty(PORT_OPTIONS:MNLS) + @${REINPLACE_CMD} -e 's|docs \\|docs|' \ + -e 's|po||' ${WRKSRC}/Makefile.in .endif .include <bsd.port.mk> |