Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2012 08:59:03 +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: r302380 - head/x11/libxfce4menu
Message-ID:  <201208100859.q7A8x35V013785@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Fri Aug 10 08:59:03 2012
New Revision: 302380
URL: http://svn.freebsd.org/changeset/ports/302380

Log:
  Fix the post-patch target

Modified:
  head/x11/libxfce4menu/Makefile

Modified: head/x11/libxfce4menu/Makefile
==============================================================================
--- head/x11/libxfce4menu/Makefile	Fri Aug 10 08:19:22 2012	(r302379)
+++ head/x11/libxfce4menu/Makefile	Fri Aug 10 08:59:03 2012	(r302380)
@@ -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>



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