diff options
author | plunky <plunky> | 2009-08-09 08:00:46 +0000 |
---|---|---|
committer | plunky <plunky> | 2009-08-09 08:00:46 +0000 |
commit | b5f51abe48df773bf5b029a6d84a92fc938f2a81 (patch) | |
tree | d6f7a509d4f94e3da8dbca9d3f6aea74482e6da6 /comms | |
parent | a0ab3cec5066e495b63513704389c277601d2744 (diff) | |
download | pkgsrc-b5f51abe48df773bf5b029a6d84a92fc938f2a81.tar.gz |
MASTER_SITES=http://www.kernel.org/pub/linux/bluetooth/
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 1549e11cec1..8fba59915e3 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2009/08/07 12:18:33 plunky Exp $ +# $NetBSD: Makefile,v 1.19 2009/08/09 08:00:46 plunky Exp $ # DISTNAME= openobex-1.5 CATEGORIES= comms -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/} +MASTER_SITES= http://www.kernel.org/pub/linux/bluetooth/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openobex.org/ |