diff options
author | gerald <gerald@FreeBSD.org> | 2014-05-14 04:42:02 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-05-14 04:42:02 +0800 |
commit | 59b2e3168230c64894f3ba987ee0391d67512c49 (patch) | |
tree | 96f06b440d0d0ffb1d04e90a1fad52a7c4d5b718 /irc | |
parent | 2dda99fa27db0df60e1e6e7a55cff79018893efa (diff) | |
download | freebsd-ports-gnome-59b2e3168230c64894f3ba987ee0391d67512c49.tar.gz freebsd-ports-gnome-59b2e3168230c64894f3ba987ee0391d67512c49.tar.zst freebsd-ports-gnome-59b2e3168230c64894f3ba987ee0391d67512c49.zip |
- Stage.
- Update WWW entry in pkg-descr.
PR: 188963
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr (blanket pre-approval)
Diffstat (limited to 'irc')
-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/ |