diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml3/Makefile | 5 | ||||
-rw-r--r-- | www/gtkhtml3/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 42ed1b254..4db4733a7 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.177 2010/11/15 16:59:05 kwm Exp $ +# $MCom: ports/www/gtkhtml3/Makefile,v 1.179 2011/03/06 20:20:29 kwm Exp $ # PORTNAME= gtkhtml3 PORTVERSION= 3.32.1 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -43,5 +44,7 @@ post-patch: s|-DGTK_DISABLE_DEPRECATED||g ; \ s|-DGDK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|gtkhtml-editor-test[$$]|gtkhtml3-editor-test$$|' \ + ${WRKSRC}/components/editor/Makefile.in .include <bsd.port.mk> diff --git a/www/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist index 3a36ed5b8..fe5d58315 100644 --- a/www/gtkhtml3/pkg-plist +++ b/www/gtkhtml3/pkg-plist @@ -1,4 +1,4 @@ -bin/gtkhtml-editor-test +bin/gtkhtml3-editor-test include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-actions.h include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-common.h include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-widgets.h |