diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-08-10 04:49:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-08-10 04:49:11 +0000 |
commit | 0acb9883aafa1a130338ab85bb1e9008e94873b6 (patch) | |
tree | 1f814d6d986c90b9e432ad2d458084cc0121d80d /x11-wm | |
parent | 6be79b4d463befbb085e105a6004622f0be49597 (diff) |
Unbreak this by doing what seems to have been intended
Notes
Notes:
svn path=/head/; revision=302375
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index f72eb629d49f..4afcece48c90 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -54,9 +54,10 @@ CONFIGURE_ARGS+=--without-html-dir PLIST_SUB+= APIDOCS="@comment " .endif +post-patch: .if empty(PORT_OPTIONS:MNLS) - @${REINPLACE_CMD} -e 's| icons \\| icons| ; \ - s| po||' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's| icons \\| icons|' \ + -e 's| po||' ${WRKSRC}/Makefile.in .endif post-install: |