diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-11 16:25:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-11 16:25:16 +0800 |
commit | daf89426676dc832d7a0b13b5765d29e5047e5e9 (patch) | |
tree | 42012d3214b62aff5337035887da702bbc2b3ebe /x11-toolkits | |
parent | 2ceda887352da8df248aadfe193c72a8a5f43da3 (diff) | |
download | freebsd-ports-graphics-daf89426676dc832d7a0b13b5765d29e5047e5e9.tar.gz freebsd-ports-graphics-daf89426676dc832d7a0b13b5765d29e5047e5e9.tar.zst freebsd-ports-graphics-daf89426676dc832d7a0b13b5765d29e5047e5e9.zip |
- Add LICENSE
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-tkinter/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile index d47d377ffd6..dac1b173a87 100644 --- a/x11-toolkits/py-tkinter/Makefile +++ b/x11-toolkits/py-tkinter/Makefile @@ -8,17 +8,18 @@ CATEGORIES= x11-toolkits python MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${PYTHON_DISTFILE} +DISTNAME= ${PYTHON_DISTNAME} MAINTAINER= python@FreeBSD.org COMMENT= Python bindings to the Tk widget set +LICENSE= PSFL + PORTSCOUT= ignore:1 USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_XZ= yes -USES= tk +USES= tar:xz tk DIST_SUBDIR= python DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo |