diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-22 17:56:04 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-22 17:56:04 +0000 |
| commit | 3cb156739765c09aba28c80ef2f604a805825d4e (patch) | |
| tree | 9c306761e2c20a174180d6a71c57093c57aa67d0 /net-im/climm/Makefile | |
| parent | Update port to 4.4.5 (diff) | |
- Backport some of the patched missed during previous update;
- HAS_CONFIGURE --> GNU_CONFIGURE;
- sort pkg-plist;
- make PORTVERSION more sane.
Notes
Notes:
svn path=/head/; revision=57995
Diffstat (limited to 'net-im/climm/Makefile')
| -rw-r--r-- | net-im/climm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 13ca9ab2ca10..3e19b79b5e76 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -6,15 +6,16 @@ # PORTNAME= micq -PORTVERSION= 0.4.8.pl3 +PORTVERSION= 0.4.8.3 PORTREVISION= 0 CATEGORIES= net -MASTER_SITES= ftp://micq.ukeer.de/pub/micq/source/ +MASTER_SITES= http://micq.org/source/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/3/pl3/} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes MAN1= micq.1 MAN5= micqrc.5 |
