diff options
Diffstat (limited to 'net/dgd/Makefile')
-rw-r--r-- | net/dgd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 9104c3c199ce..302c7233e8bf 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -6,16 +6,12 @@ # PORTNAME= dgd -PORTVERSION= 1.2p2 +PORTVERSION= 1.2p3 CATEGORIES= net lang MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/dgd|} \ ftp://ftp.dworkin.nl/pub/dgd/ \ ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ -PATCH_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/dgd/patches|} \ - ftp://ftp.dworkin.nl/pub/dgd/patches \ - ftp://ftp.imaginary.com/pub/LPC/servers/DGD/patches/ - MAINTAINER= glewis@FreeBSD.org COMMENT= Dworkin's Generic Driver (network server) |