diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-05-13 20:42:02 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-05-13 20:42:02 +0000 |
commit | 4cdf0359ba20b81766acfd7878c66a99b1aff754 (patch) | |
tree | 96f06b440d0d0ffb1d04e90a1fad52a7c4d5b718 /irc/py-supybot-plugins | |
parent | 1df7f3c5880e23dc220239acd9957a19846c16b4 (diff) | |
download | ports-4cdf0359ba20b81766acfd7878c66a99b1aff754.tar.gz ports-4cdf0359ba20b81766acfd7878c66a99b1aff754.zip |
Notes
Diffstat (limited to 'irc/py-supybot-plugins')
-rw-r--r-- | irc/py-supybot-plugins/Makefile | 3 | ||||
-rw-r--r-- | irc/py-supybot-plugins/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/irc/py-supybot-plugins/Makefile b/irc/py-supybot-plugins/Makefile index b297cfb089ce..188bcde7de3a 100644 --- a/irc/py-supybot-plugins/Makefile +++ b/irc/py-supybot-plugins/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= supybot:${PORTSDIR}/irc/py-supybot USE_PYTHON= yes USE_BZIP2= yes -NO_STAGE= yes post-extract: # Delete, because it now included in irc/py-supybot .for data in BadWords Dunno Success _darcs @@ -28,6 +27,6 @@ do-build: cd ${WRKSRC} && ${PYTHON_CMD} -c 'import compileall;compileall.compile_dir(".");' && ${PYTHON_CMD} -O -c 'import compileall;compileall.compile_dir(".");' do-install: - cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${BINOWN}:${BINGRP} ${PYTHONPREFIX_SITELIBDIR}/supybot/plugins + cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${BINOWN}:${BINGRP} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/supybot/plugins .include <bsd.port.mk> diff --git a/irc/py-supybot-plugins/pkg-descr b/irc/py-supybot-plugins/pkg-descr index 6bd2da26357e..2bfda7034290 100644 --- a/irc/py-supybot-plugins/pkg-descr +++ b/irc/py-supybot-plugins/pkg-descr @@ -2,4 +2,4 @@ This is plugin pack for Supybot, IRC robot. These plugins allows Supybot to search Freshmeat, Sourceforge, Debian, Weather, Ebay doing channel polls and more. -WWW: http://supybot.com/ +WWW: http://supybot.com/ |