diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 20:30:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 20:30:39 +0800 |
commit | f33d94011a92732ffc9dad93281c45635147b444 (patch) | |
tree | 6f3ce8a5c351e5fe88ad1a418333c7a33e14bd30 /biology | |
parent | c983c4a6729be5e0df58a0d5a71766b87a402077 (diff) | |
download | freebsd-ports-gnome-f33d94011a92732ffc9dad93281c45635147b444.tar.gz freebsd-ports-gnome-f33d94011a92732ffc9dad93281c45635147b444.tar.zst freebsd-ports-gnome-f33d94011a92732ffc9dad93281c45635147b444.zip |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREV
Diffstat (limited to 'biology')
-rw-r--r-- | biology/python-nexus/Makefile | 5 | ||||
-rw-r--r-- | biology/python-nexus/pkg-plist | 9 |
2 files changed, 3 insertions, 11 deletions
diff --git a/biology/python-nexus/Makefile b/biology/python-nexus/Makefile index b2e2a9213dd1..cd5d5190101b 100644 --- a/biology/python-nexus/Makefile +++ b/biology/python-nexus/Makefile @@ -3,6 +3,7 @@ PORTNAME= python-nexus PORTVERSION= 0.87 +PORTREVISION= 1 CATEGORIES= biology python MASTER_SITES= CHEESESHOP @@ -10,7 +11,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= A generic nexus file format reader for python USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/biology/python-nexus/pkg-plist b/biology/python-nexus/pkg-plist deleted file mode 100644 index d0c9675b5c25..000000000000 --- a/biology/python-nexus/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/nexus_randomise.py -bin/nexus_combine_nexus.py -bin/nexus_deinterleave.py -bin/nexus_nexusmanip.py -bin/nexus_treemanip.py -bin/nexus_describecharacter.py -bin/nexus_describetaxa.py -bin/nexus_tally.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |