From 131ffd06e984e988ee9c1c844568abdecd9f9ed4 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Sun, 9 Apr 2000 19:09:11 +0000 Subject: Update with the new PORTNAME/PORTVERSION variable --- sysutils/lsof/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/lsof/Makefile') diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 454610495777..ecd8f9becb39 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,14 +1,13 @@ # ex:ts=8 # Ports collection makefile for: lsof -# Version required: 0.0 # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # -DISTNAME= lsof_4.49_W -PKGNAME= lsof-4.49 +PORTNAME= lsof +PORTVERSION= 4.49 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -16,6 +15,7 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.auscert.org.au/pub/mirrors/vic.cc.purdue.edu/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ +DISTNAME= ${PORTNAME}_${PORTVERSION}_W MAINTAINER= obrien@FreeBSD.org -- cgit