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/nocol | |
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/nocol')
-rw-r--r-- | net/nocol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nocol/Makefile b/net/nocol/Makefile index 7e0435ba2ba1..ad912950c4b8 100644 --- a/net/nocol/Makefile +++ b/net/nocol/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: NOCOL -# Version required: 4.3 # Date created: 21 Nov 1998 # Whom: bradh # # $FreeBSD$ # -DISTNAME= nocol-4.3 +PORTNAME= nocol +PORTVERSION= 4.3 CATEGORIES= net MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/ |