diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-30 05:13:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-30 05:13:06 +0800 |
commit | 7743c86ca1c9381bd8ec7f8b6b00ff8ce07dc83f (patch) | |
tree | f742e88cd159ed42a9b8cb56c3940d5c8987c2cc /databases | |
parent | 9da8e3e6069ffe3d5c101d288f32a8e21c58180e (diff) | |
download | marcuscom-ports-7743c86ca1c9381bd8ec7f8b6b00ff8ce07dc83f.tar marcuscom-ports-7743c86ca1c9381bd8ec7f8b6b00ff8ce07dc83f.tar.gz marcuscom-ports-7743c86ca1c9381bd8ec7f8b6b00ff8ce07dc83f.tar.bz2 marcuscom-ports-7743c86ca1c9381bd8ec7f8b6b00ff8ce07dc83f.tar.lz marcuscom-ports-7743c86ca1c9381bd8ec7f8b6b00ff8ce07dc83f.tar.xz marcuscom-ports-7743c86ca1c9381bd8ec7f8b6b00ff8ce07dc83f.tar.zst marcuscom-ports-7743c86ca1c9381bd8ec7f8b6b00ff8ce07dc83f.zip |
Install the Bonobo servers file in the correct directory. This should
fix e-d-s on FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1726 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 1 | ||||
-rw-r--r-- | databases/evolution-data-server/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/evolution-data-server/pkg-plist | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 51a284662..3ac688ec3 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= evolution-data-server PORTVERSION= 0.0.6 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0 diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure new file mode 100644 index 000000000..4959297da --- /dev/null +++ b/databases/evolution-data-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu Jan 29 16:02:10 2004 ++++ configure Thu Jan 29 16:02:39 2004 +@@ -23783,7 +23783,7 @@ + idldir="$datadir/idl/evolution-data-server-$BASE_VERSION" + + +-serverdir="$libdir/bonobo/servers" ++serverdir="$prefix/libdata/bonobo/servers" + + + diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist index 310152300..813132aef 100644 --- a/databases/evolution-data-server/pkg-plist +++ b/databases/evolution-data-server/pkg-plist @@ -103,7 +103,6 @@ include/evolution-data-server-%%VERSION%%/libical/sspm.h include/evolution-data-server-%%VERSION%%/libical/vcaltmp.h include/evolution-data-server-%%VERSION%%/libical/vcc.h include/evolution-data-server-%%VERSION%%/libical/vobject.h -lib/bonobo/servers/GNOME_Evolution_DataServer_%%VERSION%%.server lib/libebook.a lib/libebook.so lib/libebook.so.3 @@ -119,6 +118,7 @@ lib/libedata-cal.so.3 lib/libedataserver.a lib/libedataserver.so lib/libedataserver.so.3 +libdata/bonobo/servers/GNOME_Evolution_DataServer_%%VERSION%%.server libdata/pkgconfig/evolution-data-server-%%VERSION%%.pc libdata/pkgconfig/libebook-%%VERSION%%.pc libdata/pkgconfig/libecal-%%VERSION%%.pc |