diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/ipw | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) | |
download | freebsd-ports-gnome-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz freebsd-ports-gnome-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.zst freebsd-ports-gnome-93a61d6874669ec2bb1bc7deebc61598e4174442.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/ipw')
-rw-r--r-- | net/ipw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipw/Makefile b/net/ipw/Makefile index 4e14a190adb0..8b0641cc785c 100644 --- a/net/ipw/Makefile +++ b/net/ipw/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: ipw -# Version required: 3.3a # Date created: 29 January 1999 # Whom: mph # # $FreeBSD$ # -DISTNAME= ipw -PKGNAME= ipw-3.3a +PORTNAME= ipw +PORTVERSION= 3.3.a CATEGORIES= net MASTER_SITES= http://mjhb.marina-del-rey.ca.us/ipw/ +DISTNAME= ipw MAINTAINER= mph@freebsd.org |