diff options
author | Koop Mast <kwm@FreeBSD.org> | 2019-03-23 18:44:48 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2019-03-23 18:44:48 +0000 |
commit | 58939e6135f4adeb8c2be9cf5ef959f332d437bc (patch) | |
tree | 27ae5c1934a34b6ecd3b7cd4180da84a18b8013b | |
parent | print/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/Makefile | 8 |
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 |