diff options
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 <bsd.port.mk> |