summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2019-03-23 18:44:48 +0000
committerKoop Mast <kwm@FreeBSD.org>2019-03-23 18:44:48 +0000
commit58939e6135f4adeb8c2be9cf5ef959f332d437bc (patch)
tree27ae5c1934a34b6ecd3b7cd4180da84a18b8013b
parentprint/typetools: Update version 2.107=>2.108 (diff)
Reorder post-patch blocks, so they both get applied in the !PYTHON case.
Notes
Notes: svn path=/head/; revision=496680
-rw-r--r--devel/libglade2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
index 3a2a12a6cfc1..fe6a3b73f735 100644
--- a/devel/libglade2/Makefile
+++ b/devel/libglade2/Makefile
@@ -49,14 +49,14 @@ 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:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/libglade/2.0