diff options
author | mph <mph@FreeBSD.org> | 1999-11-02 01:24:44 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-11-02 01:24:44 +0000 |
commit | 82b8a13a3820d62bddc6ceaca2453025b9431260 (patch) | |
tree | c4b4d240cd0957e7f694d1f88bfef6715a84668e /net-im/climm/Makefile | |
parent | 82b34f9bb92a502b9b873e4694fd1c6b92a38f08 (diff) | |
download | FreeBSD-ports-82b8a13a3820d62bddc6ceaca2453025b9431260.zip FreeBSD-ports-82b8a13a3820d62bddc6ceaca2453025b9431260.tar.gz |
Upgrade to 0.4.2. I don't do ICQ, and can't test it. Yell if it
breaks.
Suggested by: "R. Beasley" <rbeasley@uberhacker.org>
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r-- | net-im/climm/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 6c14334..557a0e9 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: micq -# Version required: 0.4.* +# Version required: 0.4.2 # Date created: 11 Oct 1998 # Whom: mph # # $FreeBSD$ # -DISTNAME= micq-0.4.1 +DISTNAME= micq-0.4.2 CATEGORIES= net -MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.1/ +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.2/ EXTRACT_SUFX= .tgz MAINTAINER= mph@freebsd.org @@ -17,9 +17,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/micq -.for file in README TODO WISHLIST commands.txt - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq -.endfor + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/micq .endif .include <bsd.port.mk> |