Use PYDISTUTILS_AUTOPLIST to actually package the python module

This commit is contained in:
Antoine Brodin 2014-01-25 21:23:07 +00:00
parent 93e1da9549
commit 9371027378
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341108

View file

@ -3,6 +3,7 @@
PORTNAME= magic PORTNAME= magic
PORTVERSION= 5.16 PORTVERSION= 5.16
PORTREVISION= 1
CATEGORIES= devel python CATEGORIES= devel python
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
ftp://ftp.gw.com/mirrors/pub/unix/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \
@ -15,8 +16,7 @@ COMMENT= Python module for determining file type
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS= yes USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Magic_file_extensions PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGVERSION= 0.2
WRKSRC= ${WRKDIR}/file-${PORTVERSION}/python WRKSRC= ${WRKDIR}/file-${PORTVERSION}/python