mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix plist for all versions of python by using PYTHON_SITELIBDIR
PR: 107337 Submitted by: Li-Wen Hsu Approved by: Maintainer timeout
This commit is contained in:
parent
17ba53a6b6
commit
fd7fae2f07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184285
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= pypcap
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= http://monkey.org/~dugsong/pypcap/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -19,6 +20,8 @@ BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
|
|||
USE_PYTHON= yes
|
||||
USE_PYTHON_PREFIX= yes
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pcap.so
|
||||
|
||||
post-patch:
|
||||
${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pcap.c
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
lib/python2.4/site-packages/pcap.so
|
Loading…
Add table
Reference in a new issue