summaryrefslogtreecommitdiff
path: root/net/imcom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/imcom/Makefile')
-rw-r--r--net/imcom/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/imcom/Makefile b/net/imcom/Makefile
index 4fbbd0c79f90..430a9d7ce6e0 100644
--- a/net/imcom/Makefile
+++ b/net/imcom/Makefile
@@ -5,10 +5,9 @@
# $FreeBSD$
PORTNAME= imcom
-PORTVERSION= 1.30.b8
+PORTVERSION= 1.31
CATEGORIES= net
-MASTER_SITES= http://nafai.dyndns.org/files/imcom-betas/
-DISTNAME= ${PORTNAME}-1.30beta8
+MASTER_SITES= http://nafai.dyndns.org/files/
MAINTAINER= martijn@pacno.net
COMMENT= IMCom is a command-line Jabber client written in Python
@@ -20,9 +19,4 @@ USE_PYTHON= yes
MAN1= imcom.1
-pre-install:
- @cd ${WRKSRC} ; \
- ${RM} -rf docs/CVS; \
- ${RM} -rf docs/*~
-
.include <bsd.port.mk>