diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-28 00:42:32 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-28 00:42:32 +0800 |
commit | 64d4883f374a7359b7f601177caa960f0f02cc03 (patch) | |
tree | f8b03249d721a06c5df08d7d65e443890206e28c /x11-toolkits | |
parent | b357e3df02f242d57b1981b4a2d84b9055b9d6bd (diff) | |
download | marcuscom-ports-64d4883f374a7359b7f601177caa960f0f02cc03.tar.gz marcuscom-ports-64d4883f374a7359b7f601177caa960f0f02cc03.tar.zst marcuscom-ports-64d4883f374a7359b7f601177caa960f0f02cc03.zip |
Fix plist
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13313 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-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> |