diff options
author | John Marino <marino@FreeBSD.org> | 2015-04-11 11:41:01 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-04-11 11:41:01 +0000 |
commit | 862384ca81fc9d31385445a74cf47b9e2afc02e9 (patch) | |
tree | e36c25df08bf9bb295f851d579ba86feaf1c60b8 /comms | |
parent | b3beafc07ab2b372b5c55df0b99fb5c373fe3c69 (diff) | |
download | ports-862384ca81fc9d31385445a74cf47b9e2afc02e9.tar.gz ports-862384ca81fc9d31385445a74cf47b9e2afc02e9.zip |
comms/birda: Unbreak fetch by adjusting MASTER_SITES
PR: 199270
Submitted by: maintainer (mjl - lucky.org.nz)
Notes
Notes:
svn path=/head/; revision=383791
Diffstat (limited to 'comms')
-rw-r--r-- | comms/birda/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/birda/Makefile b/comms/birda/Makefile index 80003d74b540..4f453ea538a8 100644 --- a/comms/birda/Makefile +++ b/comms/birda/Makefile @@ -4,13 +4,11 @@ PORTNAME= birda PORTVERSION= 1.3 CATEGORIES= comms -MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ \ - ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ +MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/ MAINTAINER= mjl@luckie.org.nz COMMENT= Bohlin's IrDA utilities, ported from NetBSD's pkgsrc -BROKEN= Unfetchable USES= uidfix .include <bsd.port.mk> |