diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-09-12 20:41:28 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-09-12 20:41:28 +0000 |
commit | a9a9ad7dc08082f26fe58d09f63ef202ccb22583 (patch) | |
tree | da2d5072da37e526cb83ddc05060c49ebb2f9054 /net/dgd-net | |
parent | Fix behaviour of keyboard under sparc64, where keycodes were off by one (diff) |
Find some working MASTER_SITES and unbreak.
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=118154
Diffstat (limited to 'net/dgd-net')
-rw-r--r-- | net/dgd-net/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile index 03f8180ef21a..1bf430d7ed54 100644 --- a/net/dgd-net/Makefile +++ b/net/dgd-net/Makefile @@ -8,15 +8,13 @@ PORTNAME= dgd-net PORTVERSION= 1.1.8 CATEGORIES= net lang -MASTER_SITES= http://dl.droso.net/ports/ \ - http://ftp.dyu.edu.tw/FreeBSD/dgd/ +MASTER_SITES= ftp://ftp.dworkin.nl/pub/dgd/archive/ \ + http://dl.droso.net/ports/ DISTFILES= dgd-1.1p8.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Dworkin's Generic Driver + extra networking support + regexps -BROKEN= "Unfetchable" - NO_CDROM= "no distribution to corporate environment" RESTRICTED= "license required for commercial use" |