diff --git a/Makefile b/Makefile
index c7c00ee77fbd3fa85e4c2e604a55b0cd4f0c6526..d4bf1889897c50e474a4bd3da198f273620da0d2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,7 @@ PORTNAME=	blued
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2
 CATEGORIES=	sysutils
-# FIXME: change to the correct path when a real version 0.2 has been
-#        released
-MASTER_SITES=	https://www.lysator.liu.se/~kempe/
+MASTER_SITES=	https://git.lysator.liu.se/kempe/blued/-/archive/v${DISTVERSION}/
 
 MAINTAINER=	kempe@lysator.liu.se
 COMMENT=	Bluetooth daemon providing pairing and HID support
diff --git a/README b/README
index 1a3b180c191860103fe7fc641e659349f1831c31..78351908ee93f5438c1833ab8c906b7f00bdd048 100644
--- a/README
+++ b/README
@@ -22,3 +22,16 @@ Two example entries:
 Make sure that the numeric IDs, 481 in this example, are not taken and
 change them as needed. What they are is not important as long as
 they're unused.
+
+Now, you're ready to build the port, performing the commands below
+should build and install the port.
+
+	git clone https://git.lysator.liu.se/kempe/blued-port
+	cd blued-port
+	make
+	su
+	make install
+
+If you get a complaint that /usr/ports/distfiles/ is not writeable,
+become root and run "make fetch" before dropping back to your normal
+user and running make again.
diff --git a/distinfo b/distinfo
index 4175734567f5497c873526d1cf79767bba1e3019..5a9127e38cfcb1d9138251171d8ee4c759a24362 100644
--- a/distinfo
+++ b/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658840235
-SHA256 (blued-v0.2.tar.gz) = b4355211b8976594418e259a087085c4bd7babdf43b8ddf9e245405a9aa24a6b
-SIZE (blued-v0.2.tar.gz) = 130955
+TIMESTAMP = 1659746759
+SHA256 (blued-v0.2.tar.gz) = 36197ce20c24788c4354c54f456e30d51f33f379765549c3570cfb27c7b0f159
+SIZE (blued-v0.2.tar.gz) = 73313
diff --git a/pkg-plist b/pkg-plist
index 213654e8cb62985bfb4facc24519afb597f6124a..d0485885647492da9cf5520c42de59d39a8ee9db 100644
--- a/pkg-plist
+++ b/pkg-plist
@@ -10,6 +10,6 @@ include/blued/hid/kbd.h
 include/blued/l2cap_socket.h
 include/blued/sdp_parser.h
 lib/libblue.so
-lib/libblue.so.0.1
+lib/libblue.so.1.0
 share/cmake/Modules/FindBlued-release.cmake
 share/cmake/Modules/FindBlued.cmake