aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-jabber/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-02 11:44:32 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-02 11:44:32 +0000
commitea6e40ebcf8d02b888ba30d4ab83df8d202d6887 (patch)
treeffcfa4a8e562cb683ae577e877ad200f04d299f2 /net-im/py-jabber/Makefile
parent2b22fddd4ab4decce709d0da897c5d995218307e (diff)
downloadports-ea6e40ebcf8d02b888ba30d4ab83df8d202d6887.tar.gz
ports-ea6e40ebcf8d02b888ba30d4ab83df8d202d6887.zip
Notes
Diffstat (limited to 'net-im/py-jabber/Makefile')
-rw-r--r--net-im/py-jabber/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-im/py-jabber/Makefile b/net-im/py-jabber/Makefile
index 0f7a982face3..97efd6f5fa9b 100644
--- a/net-im/py-jabber/Makefile
+++ b/net-im/py-jabber/Makefile
@@ -7,14 +7,14 @@
#
PORTNAME= jabber
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jabberpy
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= jabberpy${PORTVERSION}-0
+DISTNAME= jabberpy-${PORTVERSION}-0
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= flz@xbsd.org
COMMENT= A Python Jabber library
RUN_DEPENDS= ${PYEXPAT}
@@ -22,4 +22,7 @@ RUN_DEPENDS= ${PYEXPAT}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+post-install:
+ @${ECHO} "jabber" > ${PYTHON_SITELIBDIR}/jabber.pth
+
.include <bsd.port.mk>