diff options
-rw-r--r-- | comms/openobex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index b4f330b449b7..58daa3ff4074 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -8,8 +8,8 @@ PORTNAME= openobex PORTVERSION= 1.4 CATEGORIES= comms net -MASTER_SITES= http://www.kernel.org/pub/linux/bluetooth/ \ - http://www.de.kernel.org/pub/linux/bluetooth/ +MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} +MASTER_SITE_SUBDIR= linux/bluetooth MAINTAINER= mad@madpilot.net COMMENT= Open source implementation of the OBEX protocol |