diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-02 00:55:28 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-02 00:55:28 +0800 |
commit | adfdbd25dbaa6a8f8c9a79bc204143c76533d190 (patch) | |
tree | 489be9bbabf0fa215aae39ad84db33a9f980b7e3 /comms | |
parent | d17f3432433fff746e048dadf33c6353e3bbf37a (diff) | |
download | freebsd-ports-gnome-adfdbd25dbaa6a8f8c9a79bc204143c76533d190.tar.gz freebsd-ports-gnome-adfdbd25dbaa6a8f8c9a79bc204143c76533d190.tar.zst freebsd-ports-gnome-adfdbd25dbaa6a8f8c9a79bc204143c76533d190.zip |
- Switch to using new MASTER_SITE_KERNEL_ORG
PR: ports/134566
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'comms')
-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 |