aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-flowtools/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-02 12:23:11 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-02 12:23:11 +0000
commit5372f717a85ac95552fe3a12c9ee2a7b6f35fa63 (patch)
tree645b9ece4e84b94fd4262aa2d9c0c959575c14b3 /net-mgmt/py-flowtools/Makefile
parent41d256b68e91ba1444586734b52a9d144c4fdffb (diff)
downloadports-5372f717a85ac95552fe3a12c9ee2a7b6f35fa63.tar.gz
ports-5372f717a85ac95552fe3a12c9ee2a7b6f35fa63.zip
Remove pkg-plist and use PLIST_FILES
Notes
Notes: svn path=/head/; revision=134496
Diffstat (limited to 'net-mgmt/py-flowtools/Makefile')
-rw-r--r--net-mgmt/py-flowtools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/py-flowtools/Makefile b/net-mgmt/py-flowtools/Makefile
index c5cdbe9f5587..3d69cbfe29c9 100644
--- a/net-mgmt/py-flowtools/Makefile
+++ b/net-mgmt/py-flowtools/Makefile
@@ -17,6 +17,8 @@ COMMENT= Python extension module for reading flow-tools' data
BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/flowtools.so
+
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
USE_PYTHON= yes
USE_PYDISTUTILS= yes