From 9a54e1c97878092f93bbc3b65e8cdcc0e853f701 Mon Sep 17 00:00:00 2001 From: asami Date: Sat, 15 Apr 2000 01:40:10 +0000 Subject: The "p" in "1.1p6" means "patch" or "patchlevel", so they should be converted to "1.1.6", not "1.1.p6" (which usually means "1.1 prerelease 6"). --- net/dgd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/dgd') diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 9ff95f9d8fb3..23dce5d10650 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dgd -PORTVERSION= 1.1.p6 +PORTVERSION= 1.1.6 CATEGORIES= net lang MASTER_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ \ ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ -- cgit