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-im/xicq | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net-im/xicq')
-rw-r--r-- | net-im/xicq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile index dee8ff5b30a7..ab772c351d6b 100644 --- a/net-im/xicq/Makefile +++ b/net-im/xicq/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xicq -# Version required: 12 July 1998 # Date created: 29 June 1998 # Whom: scrappy # # $FreeBSD$ # -DISTNAME= xicq-071298-snapshot.src -PKGNAME= xicq-071298 +PORTNAME= xicq +PORTVERSION= 19980712 CATEGORIES= net MASTER_SITES= http://www.xtrophy.dk/xicq/ +DISTNAME= xicq-071298-snapshot.src MAINTAINER= scrappy@FreeBSD.org |