mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Fix pkg-plist, so that all installed files are cleaned up properly.
This commit is contained in:
parent
c01e231b22
commit
009c1d1017
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244674
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= sippy_b2bua
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= http://www.b2bua.org/chrome/site/
|
||||
DISTNAME= sippy-${PORTVERSION}
|
||||
@ -17,6 +18,7 @@ COMMENT= SIP Back-to-back user agent (B2BUA) server with Radius support
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= sippy
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PYDISTUTILS_PKGNAME}
|
||||
|
||||
DOCS= COPYING README
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/b2bua_radius.py
|
||||
bin/b2bua_simple.py
|
||||
etc/sippy/dictionary
|
||||
%%PYTHON_SITELIBDIR%%/sippy/CCEvents.py
|
||||
%%PYTHON_SITELIBDIR%%/sippy/CCEvents.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sippy/CCEvents.pyo
|
||||
@ -234,6 +235,7 @@ bin/b2bua_simple.py
|
||||
%%PYTHON_SITELIBDIR%%/sippy/b2bua_simple.py
|
||||
%%PYTHON_SITELIBDIR%%/sippy/b2bua_simple.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sippy/b2bua_simple.pyo
|
||||
@dirrm etc/sippy
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/sippy
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
Loading…
Reference in New Issue
Block a user