Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2012 04:49:11 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302375 - head/x11-wm/xfce4-panel
Message-ID:  <201208100449.q7A4nBJP093260@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Fri Aug 10 04:49:11 2012
New Revision: 302375
URL: http://svn.freebsd.org/changeset/ports/302375

Log:
  Unbreak this by doing what seems to have been intended

Modified:
  head/x11-wm/xfce4-panel/Makefile

Modified: head/x11-wm/xfce4-panel/Makefile
==============================================================================
--- head/x11-wm/xfce4-panel/Makefile	Fri Aug 10 03:20:10 2012	(r302374)
+++ head/x11-wm/xfce4-panel/Makefile	Fri Aug 10 04:49:11 2012	(r302375)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208100449.q7A4nBJP093260>