diff options
-rw-r--r-- | devel/dbus-sharp-glib/Makefile | 1 | ||||
-rw-r--r-- | devel/dbus-sharp-glib/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/dbus-sharp-glib/Makefile b/devel/dbus-sharp-glib/Makefile index 78ced1426d05..6f1a6fd4c6f7 100644 --- a/devel/dbus-sharp-glib/Makefile +++ b/devel/dbus-sharp-glib/Makefile @@ -18,5 +18,6 @@ GH_PROJECT= dbus-sharp GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs +WRKSRC= ${WRKDIR}/${DISTNAME} .include <bsd.port.mk> diff --git a/devel/dbus-sharp-glib/pkg-descr b/devel/dbus-sharp-glib/pkg-descr index 1b5c35046ed9..6c5061ec306a 100644 --- a/devel/dbus-sharp-glib/pkg-descr +++ b/devel/dbus-sharp-glib/pkg-descr @@ -1,4 +1,4 @@ This is a fork of ndesk-dbus-glib, which provides GLib main loop integration for Managed D-Bus. -WWW: http://mono.github.com/dbus-sharp/ +WWW: http://mono.github.com/dbus-sharp/ |