diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | f9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch) | |
tree | 939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /sysutils/ucspi-tcp/Makefile | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to '')
-rw-r--r-- | sysutils/ucspi-tcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ucspi-tcp/Makefile b/sysutils/ucspi-tcp/Makefile index 5ef20603333a..4b8606bfe59e 100644 --- a/sysutils/ucspi-tcp/Makefile +++ b/sysutils/ucspi-tcp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ucspi-tcp -# Version required: 0.84 # Date created: 12 June 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # # $FreeBSD$ # -DISTNAME= ucspi-tcp-0.84 +PORTNAME= ucspi-tcp +PORTVERSION= 0.84 CATEGORIES= sysutils net MASTER_SITES= http://cr.yp.to/software/ |