svn commit: r371467 - in head/net: libdnet py-libdnet
Antoine Brodin
antoine at FreeBSD.org
Sat Oct 25 06:45:47 UTC 2014
Author: antoine
Date: Sat Oct 25 06:45:45 2014
New Revision: 371467
URL: https://svnweb.freebsd.org/changeset/ports/371467
QAT: https://qat.redports.org/buildarchive/r371467/
Log:
Unbreak
Modified:
head/net/libdnet/Makefile
head/net/py-libdnet/Makefile
Modified: head/net/libdnet/Makefile
==============================================================================
--- head/net/libdnet/Makefile Fri Oct 24 23:46:41 2014 (r371466)
+++ head/net/libdnet/Makefile Sat Oct 25 06:45:45 2014 (r371467)
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_dnet_bsd_bpf=yes
-USES= libtool tar:tgz
+USES+= libtool tar:tgz
.if !defined(LIBDNET_SLAVE)
CONFIGURE_ARGS+= --without-python
Modified: head/net/py-libdnet/Makefile
==============================================================================
--- head/net/py-libdnet/Makefile Fri Oct 24 23:46:41 2014 (r371466)
+++ head/net/py-libdnet/Makefile Sat Oct 25 06:45:45 2014 (r371467)
@@ -16,12 +16,11 @@ INSTALL_WRKSRC= ${WRKSRC}/python
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${NONEXISTENT}
PLIST_FILES= %%PYTHON_SITELIBDIR%%/dnet.so \
- %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_EGGINFO}
+ %%PYTHON_SITELIBDIR%%/dnet-${PORTVERSION}-py${PYTHON_VER}.egg-info
LIBDNET_SLAVE= yes
USES= python
-USE_PYTHON= distutils
CONFIGURE_ARGS= --with-python=${PYTHON_CMD}
.if defined(MAINTAINER_MODE)
More information about the svn-ports-all
mailing list