diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/icqlib | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/icqlib')
-rw-r--r-- | net/icqlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/icqlib/Makefile b/net/icqlib/Makefile index 6d5e43ea264d..41ace90baf34 100644 --- a/net/icqlib/Makefile +++ b/net/icqlib/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: icqlib -# Version required: 0.1.3 # Date created: 16 March 1999 # Whom: Pavel Andreev # # $FreeBSD$ # -DISTNAME= icqlib-0.1.3 +PORTNAME= icqlib +PORTVERSION= 0.1.3 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/icqlib/ |