diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /comms/mlan | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'comms/mlan')
-rw-r--r-- | comms/mlan/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/mlan/Makefile b/comms/mlan/Makefile index 874081bc47f4..5f0db5774bc5 100644 --- a/comms/mlan/Makefile +++ b/comms/mlan/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: mlan -# Version required: 1.03 # Date created: 4 January 2000 # Whom: phk # # $FreeBSD$ # -DISTNAME= mlpb103 -PKGNAME= mlan-1.03 +PORTNAME= mlan +PORTVERSION= 1.03 CATEGORIES= comms MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/ +DISTNAME= mlpb103 MAINTAINER= phk@FreeBSD.org |