From 5bc00558e842e5d91aa1f06b3de487f8b9061fcd Mon Sep 17 00:00:00 2001 From: adamw Date: Fri, 13 Jun 2003 00:55:17 +0000 Subject: Update to 2.2.3, and turn a patch into a REINPLACE. --- devel/libbonobo/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'devel/libbonobo/Makefile') diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 096163f99cb9..bd6b2098a51c 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libbonobo -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 @@ -28,4 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale +post-patch: + @${REINPLACE_CMD} -e "/^SUBDIRS/s/tests//" ${WRKSRC}/Makefile.in + .include -- cgit