summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-12 03:26:55 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-12 03:26:55 +0800
commit2a8f385949e134d9af1ab794771719f5f3280930 (patch)
treefdc9dce524a6a0484bc48d6c81ae6f312ae18a46
parent2d46dfd04b638c6e766687a2be2d4a3899628709 (diff)
downloadmarcuscom-ports-2a8f385949e134d9af1ab794771719f5f3280930.tar
marcuscom-ports-2a8f385949e134d9af1ab794771719f5f3280930.tar.gz
marcuscom-ports-2a8f385949e134d9af1ab794771719f5f3280930.tar.bz2
marcuscom-ports-2a8f385949e134d9af1ab794771719f5f3280930.tar.lz
marcuscom-ports-2a8f385949e134d9af1ab794771719f5f3280930.tar.xz
marcuscom-ports-2a8f385949e134d9af1ab794771719f5f3280930.tar.zst
marcuscom-ports-2a8f385949e134d9af1ab794771719f5f3280930.zip
Remove tests, they fail for some weird reason in poudriere.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18447 df743ca5-7f9a-e211-a948-0013205c9059
-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>