diff options
author | xride <xride@FreeBSD.org> | 2006-12-11 22:06:23 +0800 |
---|---|---|
committer | xride <xride@FreeBSD.org> | 2006-12-11 22:06:23 +0800 |
commit | e39591ac06cc5ea849f06e8e35a89e15afb3836e (patch) | |
tree | 70583f90d1baa7433c53c6f4c2165d682e7ab09c /net/libdnet | |
parent | d03ae3d72f0f208f10b4603cdd84177b97e3aaab (diff) | |
download | freebsd-ports-gnome-e39591ac06cc5ea849f06e8e35a89e15afb3836e.tar.gz freebsd-ports-gnome-e39591ac06cc5ea849f06e8e35a89e15afb3836e.tar.zst freebsd-ports-gnome-e39591ac06cc5ea849f06e8e35a89e15afb3836e.zip |
Fix pkg-plist info to unbreak net/py-libdnet
PR: 104364
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
Approved by: tmclaugh (implicit)
Diffstat (limited to 'net/libdnet')
-rw-r--r-- | net/libdnet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 8c4dee470264..304f74af7591 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -27,7 +27,9 @@ SLAVE_DIRS= net/py-libdnet USE_PYTHON= yes CONFIGURE_ARGS+= --with-python INSTALL_WRKSRC= ${BUILD_WRKSRC}/python -PLIST_FILES= %%PYTHON_SITELIBDIR%%/dnet.so +PLIST_FILES= %%PYTHON_SITELIBDIR%%/dnet.so \ + lib/libdnet.so \ + lib/libdnet.so.1 PLIST_SUB+= MASTER="@comment " .else CONFIGURE_ARGS+= --without-python |