svn commit: r496680 - head/devel/libglade2

Koop Mast kwm at FreeBSD.org
Sat Mar 23 18:44:50 UTC 2019


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:


More information about the svn-ports-all mailing list