diff options
author | xride <xride@FreeBSD.org> | 2006-12-12 00:02:41 +0800 |
---|---|---|
committer | xride <xride@FreeBSD.org> | 2006-12-12 00:02:41 +0800 |
commit | dda0fc3eb6c2397df0e4a74382f4689c750efa58 (patch) | |
tree | 33e71184217ca4d6d9acec460af30235fadb74ea /net/libdnet | |
parent | a2f710189d042edc936dd9742dbafa052a6fcb8c (diff) | |
download | freebsd-ports-gnome-dda0fc3eb6c2397df0e4a74382f4689c750efa58.tar.gz freebsd-ports-gnome-dda0fc3eb6c2397df0e4a74382f4689c750efa58.tar.zst freebsd-ports-gnome-dda0fc3eb6c2397df0e4a74382f4689c750efa58.zip |
Backout previous commit
Approved by: tmclaugh (implicit)
Diffstat (limited to 'net/libdnet')
-rw-r--r-- | net/libdnet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 304f74af7591..8c4dee470264 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -27,9 +27,7 @@ SLAVE_DIRS= net/py-libdnet USE_PYTHON= yes CONFIGURE_ARGS+= --with-python INSTALL_WRKSRC= ${BUILD_WRKSRC}/python -PLIST_FILES= %%PYTHON_SITELIBDIR%%/dnet.so \ - lib/libdnet.so \ - lib/libdnet.so.1 +PLIST_FILES= %%PYTHON_SITELIBDIR%%/dnet.so PLIST_SUB+= MASTER="@comment " .else CONFIGURE_ARGS+= --without-python |