diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-06-01 16:55:28 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-06-01 16:55:28 +0000 |
commit | 58b50f72f596773a0a0898d290d37ffb29e34594 (patch) | |
tree | 7c46c6830cbdedc9127e2215a465cce8595842f6 /comms | |
parent | bb5b6c9692c0ed67a856054b39307e57a62bf581 (diff) | |
download | ports-58b50f72f596773a0a0898d290d37ffb29e34594.tar.gz ports-58b50f72f596773a0a0898d290d37ffb29e34594.zip |
Notes
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 |