Date: Sat, 4 Jun 2005 16:10:05 GMT From: Martin Matuska <martin@matuska.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/81897: Revised [NEW PORT] net/pyaimt 0.5, net/pyicqt 0.6, net/pymsnt 0.9.3 Message-ID: <200506041610.j54GA5ew065725@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/81897; it has been noted by GNATS. From: Martin Matuska <martin@matuska.org> To: bug-followup@FreeBSD.org, martin@matuska.org Cc: Subject: Re: ports/81897: Revised [NEW PORT] net/pyaimt 0.5, net/pyicqt 0.6, net/pymsnt 0.9.3 Date: Sat, 04 Jun 2005 18:01:36 +0200 The RUN_DEPENDS line in net/pyicqt/Makefile is wrong: Incorrect: RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore Correct: RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twisted in the post-install part: ${INSTALL} -o jabber -g jabber should be replaced with: ${INSTALL} -o ${${PORTNAME:U}_USER} -g ${${PORTNAME:U}_GROUP}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506041610.j54GA5ew065725>