diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-11 23:23:55 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-11 23:23:55 +0000 |
commit | d0a5e5cd66e660151b0afefc0810ac28946007b7 (patch) | |
tree | 3d4fe4959965f7b62c475bf9dce020f4d242d4a6 /net/py-pcap | |
parent | 6ee210658b95fa04ea1e8db89043083e2a4eeda2 (diff) |
Notes
Diffstat (limited to 'net/py-pcap')
-rw-r--r-- | net/py-pcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index a567f4e5d3c0..a2c0cd0b396e 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -18,7 +18,7 @@ MAINTAINER= perky@fallin.lv BUILD_DEPENDS= ${SWIG_CMD}:${PORTSDIR}/devel/SWIG -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +EXAMPLESDIR= ${PREFIX}/share/examples/py-pcap PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} SWIG_CMD?= ${LOCALBASE}/bin/swig WRKSRC= ${WRKDIR}/pylibpcap |