diff options
Diffstat (limited to 'devel/libsoup/Makefile')
-rw-r--r-- | devel/libsoup/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index db4eba218d11..57590d1c0b3a 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.71 2009/10/20 00:22:57 kwm Exp $ +# $MCom: ports/devel/libsoup/Makefile,v 1.81 2010/04/27 18:17:04 kwm Exp $ # PORTNAME= libsoup -PORTVERSION= 2.28.2 -PORTREVISION?= 2 +PORTVERSION= 2.30.1 +PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -55,6 +55,10 @@ post-patch: s|" == "|" = "|g' \ ${WRKSRC}/configure +post-install: + @${INSTALL_DATA} ${WRKSRC}/libsoup/soup-connection.h \ + ${PREFIX}/include/libsoup-2.4/libsoup/soup-connection.h + .include <bsd.port.post.mk> .endif |