From 04ab99698803deeb279ea9b7e63cb84eb280441b Mon Sep 17 00:00:00 2001 From: sylvio Date: Thu, 31 May 2012 19:25:43 +0000 Subject: - Update to 0.98.9 PR: ports/168424 Submitted by: Otacilio de Araujo Ramos Neto --- net-im/amsn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-im/amsn/Makefile') diff --git a/net-im/amsn/Makefile b/net-im/amsn/Makefile index c36dd325a728..d957ff3b386c 100644 --- a/net-im/amsn/Makefile +++ b/net-im/amsn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= amsn -PORTVERSION= 0.98.4 +PORTVERSION= 0.98.9 CATEGORIES= net-im MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -47,7 +47,7 @@ CONFIGURE_ENV+= CFLAGS+="-I${LOCALBASE}/include" \ LDFLAGS+="-L${LOCALBASE}/lib" post-patch: - @${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' | ${XARGS} ${REINPLACE_CMD} -e 's| ||' + @${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' | ${XARGS} ${REINPLACE_CMD} -e 's|||' @${FIND} ${WRKSRC} -name '*.bak' -delete ${REINPLACE_CMD} -e 's|Linux|FreeBSD|g' ${WRKSRC}/amsn.desktop -- cgit