diff options
author | sylvio <sylvio@FreeBSD.org> | 2012-06-01 03:25:43 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2012-06-01 03:25:43 +0800 |
commit | 04ab99698803deeb279ea9b7e63cb84eb280441b (patch) | |
tree | 801996c876970f2aa9e533488c83128179ba7013 /net-im/amsn/Makefile | |
parent | dff528a0f023027093df7b078fc6266c9fa30c60 (diff) | |
download | freebsd-ports-gnome-04ab99698803deeb279ea9b7e63cb84eb280441b.tar.gz freebsd-ports-gnome-04ab99698803deeb279ea9b7e63cb84eb280441b.tar.zst freebsd-ports-gnome-04ab99698803deeb279ea9b7e63cb84eb280441b.zip |
- Update to 0.98.9
PR: ports/168424
Submitted by: Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
Diffstat (limited to 'net-im/amsn/Makefile')
-rw-r--r-- | net-im/amsn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |