Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2019 18:44:49 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496680 - head/devel/libglade2
Message-ID:  <201903231844.x2NIince051683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Mar 23 18:44:48 2019
New Revision: 496680
URL: https://svnweb.freebsd.org/changeset/ports/496680

Log:
  Reorder post-patch blocks, so they both get applied in the !PYTHON case.

Modified:
  head/devel/libglade2/Makefile

Modified: head/devel/libglade2/Makefile
==============================================================================
--- head/devel/libglade2/Makefile	Sat Mar 23 18:18:40 2019	(r496679)
+++ head/devel/libglade2/Makefile	Sat Mar 23 18:44:48 2019	(r496680)
@@ -49,12 +49,12 @@ PLIST_SUB+=	PYTHON=""
 PLIST_SUB+=	PYTHON="@comment "
 .endif
 
-post-patch-PYTHON-off:
-	@${REINPLACE_CMD} -E 's/in (python.*)+ none/in none/' \
-		${WRKSRC}/configure
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|glib-2.0|gmodule-2.0 glib-2.0|g' \
+		${WRKSRC}/configure
+
+post-patch-PYTHON-off:
+	@${REINPLACE_CMD} -E 's/in (python.*)+ none/in none/' \
 		${WRKSRC}/configure
 
 post-install:



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