From 872cce9aa0fb2091878bda0b9d5d3c324640f799 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 17 Feb 2006 23:32:10 +0000 Subject: Force the Accessibility_Registry.server file to be regenerated during the build to prevent crashes in apps like dasher. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5705 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/at-spi/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'accessibility/at-spi') diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 6ac1146eb..ab0735417 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev # # $FreeBSD$ -# $MCom: ports/accessibility/at-spi/Makefile,v 1.32 2006/01/31 19:56:01 marcus Exp $ +# $MCom: ports/accessibility/at-spi/Makefile,v 1.33 2006/01/31 20:36:45 marcus Exp $ # PORTNAME= at-spi PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.7 @@ -27,6 +28,9 @@ CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-extract: + @${RM} -f ${WRKSRC}/registryd/Accessibility_Registry.server + post-patch: @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" ${WRKSRC}/Makefile.in -- cgit v1.2.3