diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 03:09:11 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 03:09:11 +0800 |
commit | 131ffd06e984e988ee9c1c844568abdecd9f9ed4 (patch) | |
tree | 1ef79a394b0fe31c22015536e3350783acefb970 /sysutils/lsof/Makefile | |
parent | 91082f1a1075c587148cdc85cbe1196f175a18e6 (diff) | |
download | freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.gz freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.zst freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.zip |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |