diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-12 06:02:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-12 06:02:16 +0800 |
commit | e7b84a02d8471d5d47bcc66da9df4a7121907d8a (patch) | |
tree | 6ca31abd3b92270aaf596dbbec847588f6a7cf43 /deskutils/tomboy/Makefile | |
parent | 73af6c537e53bef64856dfd5f05ed6e2f2aaa6b9 (diff) | |
download | marcuscom-ports-e7b84a02d8471d5d47bcc66da9df4a7121907d8a.tar marcuscom-ports-e7b84a02d8471d5d47bcc66da9df4a7121907d8a.tar.gz marcuscom-ports-e7b84a02d8471d5d47bcc66da9df4a7121907d8a.tar.bz2 marcuscom-ports-e7b84a02d8471d5d47bcc66da9df4a7121907d8a.tar.lz marcuscom-ports-e7b84a02d8471d5d47bcc66da9df4a7121907d8a.tar.xz marcuscom-ports-e7b84a02d8471d5d47bcc66da9df4a7121907d8a.tar.zst marcuscom-ports-e7b84a02d8471d5d47bcc66da9df4a7121907d8a.zip |
Fix installation of bonobo server file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7041 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/tomboy/Makefile')
-rw-r--r-- | deskutils/tomboy/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index 64ff21813..6b6a0ce1c 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -3,12 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.5 2006-08-11 17:45:22 marcus Exp $ +# $Id: Makefile,v 1.6 2006-08-11 22:02:16 marcus Exp $ # PORTNAME= tomboy PORTVERSION= 0.3.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -52,7 +52,8 @@ post-patch: @${REINPLACE_CMD} -e 's|(libdir)/dbus-1.0|(prefix)/share/dbus-1|g' \ ${WRKSRC}/data/Makefile.in @${REINPLACE_CMD} -e 's|`$$PKG_CONFIG --variable=libdir libpanelapplet-2.0`|"$$libdir"|g; \ - s|PANELAPPLET_SERVER_DIR="$$libdir|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g' \ + s|PANELAPPLET_SERVER_DIR="$$libdir|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g; \ + s|PANELAPPLET_SERVER_DIR="$$PANELAPPLET_LIBDIR|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g' \ ${WRKSRC}/configure post-install: |