diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-15 17:38:52 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-15 17:38:52 +0800 |
commit | c66e354107d93a1ae511693e24ac3aff5a8571fe (patch) | |
tree | 14030ee153dad680debc67c0f80c46dd62876618 /dns/dlint | |
parent | 511cb1f287532fbdafb9695b24706353d6e017cb (diff) | |
download | freebsd-ports-gnome-c66e354107d93a1ae511693e24ac3aff5a8571fe.tar.gz freebsd-ports-gnome-c66e354107d93a1ae511693e24ac3aff5a8571fe.tar.zst freebsd-ports-gnome-c66e354107d93a1ae511693e24ac3aff5a8571fe.zip |
Fix bogon in the PORT{NAME,VERSION} conversion.
Diffstat (limited to 'dns/dlint')
-rw-r--r-- | dns/dlint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index 1054528bc062..3eb9ea801b4e 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -10,7 +10,7 @@ PORTNAME= dlint PORTVERSION= 1.3.3 CATEGORIES= net MASTER_SITES= http://www.domtools.com/pub/ -DISTFILES= dlint-${PORTVERSION} +DISTNAME= dlint${PORTVERSION} MAINTAINER= obrien@FreeBSD.org |