aboutsummaryrefslogtreecommitdiff
path: root/net/micq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/micq/Makefile')
-rw-r--r--net/micq/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/micq/Makefile b/net/micq/Makefile
index 6c143341ccef..557a0e96ff01 100644
--- a/net/micq/Makefile
+++ b/net/micq/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>