aboutsummaryrefslogtreecommitdiff
path: root/x11/libxfce4menu
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-08-10 08:59:03 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-08-10 08:59:03 +0000
commita4dae68df2e9dcf43cdecf56d247359105b1c28f (patch)
treecc35253bbd557b90b0a576e361679b926c182bfd /x11/libxfce4menu
parent6214e8e15b09a01b032fc900f25f7162e1f796b7 (diff)
downloadports-a4dae68df2e9dcf43cdecf56d247359105b1c28f.tar.gz
ports-a4dae68df2e9dcf43cdecf56d247359105b1c28f.zip
Notes
Diffstat (limited to 'x11/libxfce4menu')
-rw-r--r--x11/libxfce4menu/Makefile6
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>