diff options
Diffstat (limited to 'net/ekiga/Makefile')
-rw-r--r-- | net/ekiga/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index e95198e27f28..0f9975eb55b4 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -7,6 +7,7 @@ PORTNAME= ekiga PORTVERSION= 2.0.9 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 @@ -62,10 +63,4 @@ CONFIGURE_ARGS+=--disable-dbus 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 - .include <bsd.port.post.mk> |