svn commit: r302375 - head/x11-wm/xfce4-panel

Doug Barton dougb at FreeBSD.org
Fri Aug 10 04:49:12 UTC 2012


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:



More information about the svn-ports-all mailing list