diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-28 11:23:04 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-28 11:23:04 +0000 |
commit | e91e27e257932f1990781a325bce5ccd4bfc8df1 (patch) | |
tree | 9dddc17c9a4785a7670f749338a9660a0c7f72fe /misc/py-YABT | |
parent | 4b610f5e7c47fc2a00158923442e7e07b5c378f6 (diff) | |
download | ports-e91e27e257932f1990781a325bce5ccd4bfc8df1.tar.gz ports-e91e27e257932f1990781a325bce5ccd4bfc8df1.zip |
Notes
Diffstat (limited to 'misc/py-YABT')
-rw-r--r-- | misc/py-YABT/Makefile | 5 | ||||
-rw-r--r-- | misc/py-YABT/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/misc/py-YABT/Makefile b/misc/py-YABT/Makefile index 272f26510aa0..fe65e5a6bd5a 100644 --- a/misc/py-YABT/Makefile +++ b/misc/py-YABT/Makefile @@ -3,6 +3,7 @@ PORTNAME= YABT PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= General Purpose Braille Translation System USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/py-YABT/pkg-plist b/misc/py-YABT/pkg-plist deleted file mode 100644 index 108208f6ad3a..000000000000 --- a/misc/py-YABT/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/yabt-trans -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |