diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-20 23:13:46 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-20 23:13:46 +0000 |
commit | b1ae31dd1fa0b3e9278187e9160d6dbf3a988067 (patch) | |
tree | dc5f9b5796ba3f4c86da14ed9bc850ae7e413a17 | |
parent | db97f51e25c3a90c646ffa505868e8362eef8a36 (diff) | |
download | FreeBSD-ports-b1ae31dd1fa0b3e9278187e9160d6dbf3a988067.zip FreeBSD-ports-b1ae31dd1fa0b3e9278187e9160d6dbf3a988067.tar.gz |
use PKGNAME instead of DISTFILES (portlint)
-rw-r--r-- | net/dgd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 7689cc2..faa4c01 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= dgd-1.1p6 -DISTFILES= dgd-1.1.tar.gz +DISTNAME= dgd-1.1 +PKGNAME= dgd-1.1p6 CATEGORIES= net lang MASTER_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ \ ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ |