diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
commit | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (patch) | |
tree | 3627eb445c11fcddb4821034c5c6a4a785689342 /net-im/py-jabber/Makefile | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-im)
Diffstat (limited to '')
-rw-r--r-- | net-im/py-jabber/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-im/py-jabber/Makefile b/net-im/py-jabber/Makefile index ca361180b41a..c08914232652 100644 --- a/net-im/py-jabber/Makefile +++ b/net-im/py-jabber/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-jabber -# Date created: Jan 13, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= jabber PORTVERSION= 0.5 @@ -21,6 +16,7 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= jabber.py PYDISTUTILS_PKGVERSION= 0.3-1 +NO_STAGE= yes post-install: @${ECHO} "jabber" > ${PYTHON_SITELIBDIR}/jabber.pth |