diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-15 08:05:11 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-15 08:05:11 +0800 |
commit | 2e2df90003c76416eed948aa0769614f167c6613 (patch) | |
tree | a55ab99651e4a1394be44d645f57b505615e94af | |
parent | 2bcfdc97859a931391f9e7b7d5b8c883a648b5ce (diff) | |
download | marcuscom-ports-2e2df90003c76416eed948aa0769614f167c6613.tar marcuscom-ports-2e2df90003c76416eed948aa0769614f167c6613.tar.gz marcuscom-ports-2e2df90003c76416eed948aa0769614f167c6613.tar.bz2 marcuscom-ports-2e2df90003c76416eed948aa0769614f167c6613.tar.lz marcuscom-ports-2e2df90003c76416eed948aa0769614f167c6613.tar.xz marcuscom-ports-2e2df90003c76416eed948aa0769614f167c6613.tar.zst marcuscom-ports-2e2df90003c76416eed948aa0769614f167c6613.zip |
- Fix sounds dir
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7313 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/ekiga/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 240020e66..35d0a17e7 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -7,7 +7,7 @@ PORTNAME= ekiga PORTVERSION= 2.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 @@ -53,6 +53,8 @@ PLIST_SUB+= DBUS:="@comment " .endif post-patch: + @${REINPLACE_CMD} -e 's|@prefix@/@DATADIRNAME@|${PREFIX}/share/gnome|' \ + ${WRKSRC}/*schemas* @${REINPLACE_CMD} -e 's|{datadir}/dbus-1|(prefix)/share/dbus-1|g' \ ${WRKSRC}/Makefile.in |