svn commit: r302380 - head/x11/libxfce4menu

Doug Barton dougb at FreeBSD.org
Fri Aug 10 08:59:04 UTC 2012


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>



More information about the svn-ports-head mailing list