diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-10-16 09:57:23 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-10-16 09:57:23 +0800 |
commit | 9fb8c9c2003874e10e1ba54c50a61ae036c4371a (patch) | |
tree | bd439c51ca7c12fa45b316889dd0e0b4233f737c /net-im/climm/Makefile | |
parent | d1cb4a267c35d4bd5af8a62bbe01c8993f0a2cfd (diff) | |
download | freebsd-ports-gnome-9fb8c9c2003874e10e1ba54c50a61ae036c4371a.tar.gz freebsd-ports-gnome-9fb8c9c2003874e10e1ba54c50a61ae036c4371a.tar.zst freebsd-ports-gnome-9fb8c9c2003874e10e1ba54c50a61ae036c4371a.zip |
Upgrade to 0.4.9.4.
PR: ports/44118
Submitted by: Ports Fury.
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r-- | net-im/climm/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 724064e076fc..f1d3785590c6 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -6,16 +6,17 @@ # PORTNAME= micq -PORTVERSION= 0.4.8.9 -PORTREVISION= 0 +PORTVERSION= 0.4.9.4 CATEGORIES= net -MASTER_SITES= http://micq.org/source/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/9/pl9/} +MASTER_SITES= http://micq.org/source/ \ + http://micq.alpha345.com/source/ \ + http://http.bg.micq.org/source/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= micq.1 MAN5= micqrc.5 |