diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-30 02:03:41 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-30 02:03:41 +0800 |
commit | 0d1dd32461df33294a0f4f10e2b56eefd1bdbcfc (patch) | |
tree | c42c85b43d4c53166eb2892de563b92e8a7a47b0 /net/ekiga/Makefile | |
parent | c66ae9d673b9ac27b514d6fa23877504dc84f202 (diff) | |
download | marcuscom-ports-0d1dd32461df33294a0f4f10e2b56eefd1bdbcfc.tar marcuscom-ports-0d1dd32461df33294a0f4f10e2b56eefd1bdbcfc.tar.gz marcuscom-ports-0d1dd32461df33294a0f4f10e2b56eefd1bdbcfc.tar.bz2 marcuscom-ports-0d1dd32461df33294a0f4f10e2b56eefd1bdbcfc.tar.lz marcuscom-ports-0d1dd32461df33294a0f4f10e2b56eefd1bdbcfc.tar.xz marcuscom-ports-0d1dd32461df33294a0f4f10e2b56eefd1bdbcfc.tar.zst marcuscom-ports-0d1dd32461df33294a0f4f10e2b56eefd1bdbcfc.zip |
No longer need this post-patch.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8694 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/ekiga/Makefile')
-rw-r--r-- | net/ekiga/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 23ace6011..cbd593af1 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -52,8 +52,4 @@ CONFIGURE_ARGS+=--disable-dbus PLIST_SUB+= DBUS:="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e 's|{datadir}/dbus-1|(prefix)/share/dbus-1|g' \ - ${WRKSRC}/Makefile.in - .include <bsd.port.post.mk> |