diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-30 12:57:13 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-30 12:57:13 +0000 |
commit | e7f5c1432e227edd75dcccfed5e2b60403813c1f (patch) | |
tree | 0fb81b8f79dd38a902f011976f04e73753feab29 /net | |
parent | - Fix with bmake (diff) |
- Mark BROKEN, fails to install.
test -z "/usr/local/lib/python2.7/site-packages/avahi" || /bin/mkdir -p "/usr/local/lib/python2.7/site-packages/avahi"
install -o root -g wheel -m 444 __init__.py '/usr/local/lib/python2.7/site-packages/avahi'
../../py-compile: Missing argument to --destdir.
gmake[2]: *** [install-avahiPYTHON] Error 1
gmake[2]: Leaving directory `/wrkdirs/usr/ports/net/py-avahi/work/avahi-0.6.31/avahi-python/avahi'
gmake[1]: *** [install-am] Error 2
Notes
Notes:
svn path=/head/; revision=325676
Diffstat (limited to 'net')
-rw-r--r-- | net/py-avahi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-avahi/Makefile b/net/py-avahi/Makefile index 7f9b32d6ae0f..5d0991ef374e 100644 --- a/net/py-avahi/Makefile +++ b/net/py-avahi/Makefile @@ -15,6 +15,8 @@ LIB_DEPENDS= avahi-client.3:${PORTSDIR}/net/avahi-app RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:${PORTSDIR}/databases/py-gdbm \ ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus +BROKEN= fails to install + MASTERDIR= ${.CURDIR}/../avahi-app BUILD_WRKSRC= ${WRKSRC}/avahi-python INSTALL_WRKSRC= ${BUILD_WRKSRC} |