diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:40:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:40:16 +0800 |
commit | 0258fc4a721ce3a468809c6ee667210e053d6eeb (patch) | |
tree | 25b730869ad0fb9289753f445ee7d6331cd8ad8c /net-im | |
parent | 59e3c440ddbe2294489bc18794b0b44daf570fa4 (diff) | |
download | freebsd-ports-gnome-0258fc4a721ce3a468809c6ee667210e053d6eeb.tar.gz freebsd-ports-gnome-0258fc4a721ce3a468809c6ee667210e053d6eeb.tar.zst freebsd-ports-gnome-0258fc4a721ce3a468809c6ee667210e053d6eeb.zip |
- Convert to autoplist
- Stage support
- Bump PORTREVISIO
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-jabberbot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/py-jabberbot/Makefile b/net-im/py-jabberbot/Makefile index e86c853d5a7d..f55e4677d507 100644 --- a/net-im/py-jabberbot/Makefile +++ b/net-im/py-jabberbot/Makefile @@ -3,6 +3,7 @@ PORTNAME= jabberbot PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= net-im python MASTER_SITES= SF/pythonjabberbot/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,12 +17,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmpppy>0:${PORTSDIR}/net-im/py-xmpppy USE_PYTHON= 2 USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/jabberbot.py \ - %%PYTHON_SITELIBDIR%%/jabberbot.pyc \ - %%PYTHON_SITELIBDIR%%/jabberbot.pyo - -NO_STAGE= yes post-patch: @${GREP} -lr '/usr/bin/python' ${WRKSRC} | \ ${XARGS} ${REINPLACE_CMD} -e "s,^#!/usr/bin/python,#!${PYTHON_CMD}," |