From 7a0ba72b52b970cd95efae9d98b33677db17a9a2 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 3 Mar 2014 20:54:20 +0000 Subject: [PATCH] New LIB_DEPENDS syntax, fix plist, update WWW --- net/py-libdnet/Makefile | 7 ++++--- net/py-libdnet/pkg-descr | 2 +- net/py-libdnet/pkg-plist | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 net/py-libdnet/pkg-plist diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile index c20a2652fecb..a00714da485e 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -6,7 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python module for libdnet -LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet +LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet NOT_FOR_ARCHS= ia64 NOT_FOR_ARCHS_REASON_ia64= fails to build with internal compiler error @@ -14,13 +14,14 @@ NOT_FOR_ARCHS_REASON_ia64= fails to build with internal compiler error MASTERDIR= ${.CURDIR}/../libdnet INSTALL_WRKSRC= ${WRKSRC}/python DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist +PLIST= ${NONEXISTENT} +PLIST_FILES= %%PYTHON_SITELIBDIR%%/dnet.so \ + %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_EGGINFO} LIBDNET_SLAVE= yes USE_PYTHON= yes CONFIGURE_ARGS= --with-python=${PYTHON_CMD} -INSTALLS_EGGINFO= yes PYDISTUTILS_PKGNAME= dnet .if defined(MAINTAINER_MODE) diff --git a/net/py-libdnet/pkg-descr b/net/py-libdnet/pkg-descr index d2c164de959f..ec06d83a38b9 100644 --- a/net/py-libdnet/pkg-descr +++ b/net/py-libdnet/pkg-descr @@ -5,4 +5,4 @@ manipulation, network firewalling, network interface lookup and manipulation, and raw IP packet and Ethernet frame transmission. It is intended to complement the functionality provided by pcap(3). -WWW: http://libdnet.sourceforge.net/ +WWW: https://code.google.com/p/libdnet/ diff --git a/net/py-libdnet/pkg-plist b/net/py-libdnet/pkg-plist deleted file mode 100644 index 517b2c4e10a4..000000000000 --- a/net/py-libdnet/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/dnet.so