diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 09:55:33 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 09:55:33 +0800 |
commit | ab4fd752875222362d38c0fa6f41b47762e0ae75 (patch) | |
tree | b0f040c1aa8b5e0aa66aace0598088f79c4f5f03 /x11-toolkits | |
parent | 5b0229812ba2d7576f042ffea8f57bc20fc5a3e6 (diff) | |
download | marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar.gz marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar.bz2 marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar.lz marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar.xz marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar.zst marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.zip |
- Install gnome-vfs modules in LOCALBASE now
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6654 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/pkg-plist | 5 |
3 files changed, 4 insertions, 19 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index cd077f21c..92a8a2f79 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.30 2006/07/12 21:51:43 marcus Exp $ +# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.31 2006/07/13 03:20:45 marcus Exp $ # PORTNAME= gnome PORTVERSION= 2.15.4 +PORTREVISION= 1 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-python/${PORTVERSION:C/..$//} @@ -38,10 +39,6 @@ CONFLICTS= py*-gnome-1* .include <bsd.port.pre.mk> -post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|' \ - ${WRKSRC}/gnomevfs/Makefile.in - .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${EG_DST_DIR} diff --git a/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in b/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in deleted file mode 100644 index 40844f935..000000000 --- a/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gnomevfs/Makefile.in.orig Sat Sep 3 15:51:39 2005 -+++ gnomevfs/Makefile.in Sat Sep 3 15:52:19 2005 -@@ -276,7 +276,7 @@ - - gpincdir = $(includedir)/gnome-python-2.0 - gpinc_HEADERS = pygnomevfs.h --vfsmethoddir = $(libdir)/gnome-vfs-2.0/modules -+vfsmethoddir = %%X11BASE%%/lib/gnome-vfs-2.0/modules - @BUILD_PYVFSMODULE_FALSE@vfsmethod_LTLIBRARIES = - @BUILD_PYVFSMODULE_TRUE@vfsmethod_LTLIBRARIES = libpythonmethod.la - libpythonmethod_la_CFLAGS = $(GNOME_VFS_MODULE_CFLAGS) -DGNOME_VFS_PYTHON_DIR="\"$(vfsmethoddir)\"" diff --git a/x11-toolkits/py-gnome2/pkg-plist b/x11-toolkits/py-gnome2/pkg-plist index 957118502..04e5e3eac 100644 --- a/x11-toolkits/py-gnome2/pkg-plist +++ b/x11-toolkits/py-gnome2/pkg-plist @@ -1,4 +1,6 @@ include/gnome-python-2.0/pygnomevfs.h +lib/gnome-vfs-2.0/modules/libpythonmethod.la +lib/gnome-vfs-2.0/modules/libpythonmethod.so %%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.py %%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyc %%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyo @@ -76,6 +78,3 @@ share/pygtk/2.0/defs/ui.defs @dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnome @dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo @dirrm include/gnome-python-2.0 -@cwd %%X11BASE%% -lib/gnome-vfs-2.0/modules/libpythonmethod.la -lib/gnome-vfs-2.0/modules/libpythonmethod.so |