diff options
author | pat <pat@FreeBSD.org> | 2002-03-12 07:23:55 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-12 07:23:55 +0800 |
commit | d719de6c10f8a8913fcab9f707299d91634bf74c (patch) | |
tree | 22b6215f015ecb1d94e0ef63a74f9080ad52dd7a /net/py-pcap | |
parent | f1097f68dab93c9b24aeba4397b1900e7254e4ce (diff) | |
download | freebsd-ports-gnome-d719de6c10f8a8913fcab9f707299d91634bf74c.tar.gz freebsd-ports-gnome-d719de6c10f8a8913fcab9f707299d91634bf74c.tar.zst freebsd-ports-gnome-d719de6c10f8a8913fcab9f707299d91634bf74c.zip |
Fix wrong PLIST problem around py22- and py-.
PR: 35798
Submitted by: maintainer
Noticed by: bento
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 |