summaryrefslogtreecommitdiff
path: root/net/py-pcap
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-11 23:23:55 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-11 23:23:55 +0000
commitd0a5e5cd66e660151b0afefc0810ac28946007b7 (patch)
tree3d4fe4959965f7b62c475bf9dce020f4d242d4a6 /net/py-pcap
parentUnbroke on recent -current: we now need <arpa/inet.h> to get proto for (diff)
Fix wrong PLIST problem around py22- and py-.
PR: 35798 Submitted by: maintainer Noticed by: bento
Notes
Notes: svn path=/head/; revision=55898
Diffstat (limited to 'net/py-pcap')
-rw-r--r--net/py-pcap/Makefile2
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