diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-26 05:23:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-26 05:23:07 +0800 |
commit | 7ad800be12693ac2350b9603b629d74905da1332 (patch) | |
tree | 48d7c7b6e394ae24682026d6eba6eb54db4e15ae /devel | |
parent | 4f6345c6f3dbe6bc23e0113a232446c99ebbfb81 (diff) | |
download | freebsd-ports-gnome-7ad800be12693ac2350b9603b629d74905da1332.tar.gz freebsd-ports-gnome-7ad800be12693ac2350b9603b629d74905da1332.tar.zst freebsd-ports-gnome-7ad800be12693ac2350b9603b629d74905da1332.zip |
Use PYDISTUTILS_AUTOPLIST to actually package the python module
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-magic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-magic/Makefile b/devel/py-magic/Makefile index cb0769756ddb..82448045b96e 100644 --- a/devel/py-magic/Makefile +++ b/devel/py-magic/Makefile @@ -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 |