Use PYDISTUTILS_AUTOPLIST to actually package the python module
This commit is contained in:
parent
93e1da9549
commit
9371027378
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341108
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= magic
|
||||
PORTVERSION= 5.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
|
||||
ftp://ftp.gw.com/mirrors/pub/unix/file/ \
|
||||
|
@ -15,8 +16,7 @@ COMMENT= Python module for determining file type
|
|||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= Magic_file_extensions
|
||||
PYDISTUTILS_PKGVERSION= 0.2
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/file-${PORTVERSION}/python
|
||||
|
||||
|
|
Loading…
Reference in a new issue