diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-24 02:48:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-24 02:48:39 +0800 |
commit | 37952056e5895c735a3434572bb23bc0d4899b41 (patch) | |
tree | b1757fec8f485cdd2cb9f758a3f1208d26f06d74 /devel | |
parent | 0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59 (diff) | |
download | marcuscom-ports-37952056e5895c735a3434572bb23bc0d4899b41.tar marcuscom-ports-37952056e5895c735a3434572bb23bc0d4899b41.tar.gz marcuscom-ports-37952056e5895c735a3434572bb23bc0d4899b41.tar.bz2 marcuscom-ports-37952056e5895c735a3434572bb23bc0d4899b41.tar.lz marcuscom-ports-37952056e5895c735a3434572bb23bc0d4899b41.tar.xz marcuscom-ports-37952056e5895c735a3434572bb23bc0d4899b41.tar.zst marcuscom-ports-37952056e5895c735a3434572bb23bc0d4899b41.zip |
Add a .service suffix to the gnome-vfs dbus service file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6719 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-vfs/Makefile | 6 | ||||
-rw-r--r-- | devel/gnome-vfs/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 55c8f3c66..2acbdff59 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/Makefile,v 1.150 2006/07/21 20:46:55 mezz Exp $ +# $MCom: ports/devel/gnome-vfs/Makefile,v 1.151 2006/07/22 20:45:37 mezz Exp $ # PORTNAME= gnome-vfs PORTVERSION= 2.15.3 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -100,7 +100,7 @@ pre-configure: post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${MV} -f ${PREFIX}/share/dbus-1/services/gnome-vfs-daemon.service \ - ${PREFIX}/share/dbus-1/services/org.gnome.GnomeVFS.Daemon + ${PREFIX}/share/dbus-1/services/org.gnome.GnomeVFS.Daemon.service .include <bsd.port.post.mk> diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist index 6e38a80d0..f53bac3aa 100644 --- a/devel/gnome-vfs/pkg-plist +++ b/devel/gnome-vfs/pkg-plist @@ -106,7 +106,7 @@ lib/libgnomevfs-2.so.0 libdata/pkgconfig/gnome-vfs-2.0.pc libdata/pkgconfig/gnome-vfs-module-2.0.pc libexec/gnome-vfs-daemon -share/dbus-1/services/org.gnome.GnomeVFS.Daemon +share/dbus-1/services/org.gnome.GnomeVFS.Daemon.service share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo |