diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-28 00:45:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-28 00:45:10 +0800 |
commit | e02fc40e51854fe730604b60cce813bb43760173 (patch) | |
tree | f0303bf1e9bcd6c821a706b959c192737eca545f | |
parent | 64d4883f374a7359b7f601177caa960f0f02cc03 (diff) | |
download | marcuscom-ports-e02fc40e51854fe730604b60cce813bb43760173.tar marcuscom-ports-e02fc40e51854fe730604b60cce813bb43760173.tar.gz marcuscom-ports-e02fc40e51854fe730604b60cce813bb43760173.tar.bz2 marcuscom-ports-e02fc40e51854fe730604b60cce813bb43760173.tar.lz marcuscom-ports-e02fc40e51854fe730604b60cce813bb43760173.tar.xz marcuscom-ports-e02fc40e51854fe730604b60cce813bb43760173.tar.zst marcuscom-ports-e02fc40e51854fe730604b60cce813bb43760173.zip |
Revert last commit, and add some forgotten patches *blush*.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13314 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-doc_Makefile.in | 11 |
3 files changed, 23 insertions, 5 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index b649086ff..799f8fdd4 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,7 +3,7 @@ # Whom: marc@informatik.uni-bremen.de # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.67 2009/12/26 22:48:47 kwm Exp $ +# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.68 2009/12/27 16:42:32 kwm Exp $ # PORTNAME= gtk @@ -74,8 +74,4 @@ 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> diff --git a/x11-toolkits/py-gtk2/files/patch-Makefile.in b/x11-toolkits/py-gtk2/files/patch-Makefile.in new file mode 100644 index 000000000..1ddb1d6b9 --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2008-09-01 08:50:06.000000000 +0000 ++++ Makefile.in 2008-09-01 08:51:03.000000000 +0000 +@@ -124,7 +124,7 @@ + DATA = $(defs_DATA) $(pkgconfig_DATA) + ETAGS = etags + CTAGS = ctags +-DIST_SUBDIRS = . gtk examples tests docs ++DIST_SUBDIRS = . gtk examples + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) diff --git a/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in b/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in new file mode 100644 index 000000000..857b4fa66 --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in @@ -0,0 +1,11 @@ +--- docs/Makefile.in.orig 2008-09-03 16:07:35.000000000 +0000 ++++ docs/Makefile.in 2008-09-03 16:07:55.000000000 +0000 +@@ -812,7 +812,7 @@ + html/unixprint-functions.html + + CSS_FILES = $(PYGOBJECT_PYGDOCS)/style.css +-TARGET_DIR = $(datadir)/gtk-doc/html/pygtk ++TARGET_DIR = $(datadir)/doc/py-gtk + CSSdir = $(TARGET_DIR) + EXTRA_DIST = \ + cursors icons \ |