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