From aa1ff89493450b7bfdb57ce73b5139562f2f2c43 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 15 Apr 2000 09:38:52 +0000 Subject: [PATCH] Fix bogon in the PORT{NAME,VERSION} conversion. --- dns/dlint/Makefile | 2 +- emulators/dlx/Makefile | 2 +- net/dlint/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 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 diff --git a/emulators/dlx/Makefile b/emulators/dlx/Makefile index d5cf9dd1c895..2005fb8e029c 100644 --- a/emulators/dlx/Makefile +++ b/emulators/dlx/Makefile @@ -10,7 +10,7 @@ PORTNAME= dlx PORTVERSION= 2.0 CATEGORIES= emulators MASTER_SITES= ftp://max.stanford.edu/pub/hennessy-patterson.software/ -DISTFILE= ${PORTNAME} +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org diff --git a/net/dlint/Makefile b/net/dlint/Makefile index 1054528bc062..3eb9ea801b4e 100644 --- a/net/dlint/Makefile +++ b/net/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