diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 05:31:59 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 05:31:59 +0800 |
commit | 81521331aae9511fa40180ab4b1d4cd746fc30c4 (patch) | |
tree | 06a0dd422d0e57147dd5f5d767b683a5e5bcf4d0 /devel/dbus/Makefile | |
parent | bcbd541865aa66d243aebc85de7308ae7ac59c5f (diff) | |
download | marcuscom-ports-81521331aae9511fa40180ab4b1d4cd746fc30c4.tar.gz marcuscom-ports-81521331aae9511fa40180ab4b1d4cd746fc30c4.tar.zst marcuscom-ports-81521331aae9511fa40180ab4b1d4cd746fc30c4.zip |
Take ownership over PREFIX/dbus-1/interfaces.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10171 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dbus/Makefile')
-rw-r--r-- | devel/dbus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index eb8cbf010..7ea7c3d89 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -7,7 +7,7 @@ PORTNAME= dbus PORTVERSION?= 1.1.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ @@ -59,6 +59,7 @@ post-install: .if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif + ${MKDIR} ${PREFIX}/share/dbus-1/interfaces .endif .include <bsd.port.post.mk> |