summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/py-gobject3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-gobject3/Makefile b/devel/py-gobject3/Makefile
index 88960e66c..34ab34314 100644
--- a/devel/py-gobject3/Makefile
+++ b/devel/py-gobject3/Makefile
@@ -43,4 +43,8 @@ PLIST_SUB= PYTHON_VER="${PYTHON_VER}" ARCH=${ARCH} UNAME_R=${UNAME_R} \
UNAME_R!= ${UNAME} -r
+post-patch:
+ @${REINPLACE_CMD} -e 's|SUBDIRS = examples gi tests|SUBDIRS = examples gi|g' \
+ ${WRKSRC}/Makefile.in
+
.include <bsd.port.post.mk>