diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2006-12-11 16:02:41 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2006-12-11 16:02:41 +0000 |
commit | e3d115637b4ac328b953c7deffc708c02271d8dd (patch) | |
tree | 03d576f58bfaa1b07c1fbed931a664ff7d24a151 | |
parent | Backup previous commit. (diff) |
Backout previous commit
Approved by: tmclaugh (implicit)
Notes
Notes:
svn path=/head/; revision=179499
-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 |