From 64d4883f374a7359b7f601177caa960f0f02cc03 Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 27 Dec 2009 16:42:32 +0000 Subject: Fix plist git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13313 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/py-gtk2/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 2ab452d7d..b649086ff 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,11 +3,12 @@ # Whom: marc@informatik.uni-bremen.de # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.67 2009/12/26 22:48:47 kwm Exp $ # PORTNAME= gtk PORTVERSION= 2.17.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -73,4 +74,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/THREADS ${DOCSDIR} .endif +post-patch: + @${REINPLACE_CMD} -e 's|datadir)/gtk-doc/html/pygtk|datadir)/doc/py-gtk|g' \ + ${WRKSRC}/docs/Makefile.in + .include -- cgit