diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-12 17:40:54 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-12 17:40:54 +0000 |
commit | 847375fe09acf7d22254e0499d75f630e3e5372c (patch) | |
tree | 2d72b178fcf60362bfd04fcacd3454787421d37c /x11-toolkits/py-tkinter | |
parent | 6fb1624764f25e717409cee07772a701bb153b8e (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-tkinter')
-rw-r--r-- | x11-toolkits/py-tkinter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile index 2ea1ab301b1f..8fc25eb8721f 100644 --- a/x11-toolkits/py-tkinter/Makefile +++ b/x11-toolkits/py-tkinter/Makefile @@ -18,7 +18,7 @@ MAINTAINER?= python@FreeBSD.org COMMENT= Python bindings to the Tk widget set DIST_SUBDIR= python -PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/_tkinter.so +PLIST_FILES= %%PYTHON_SITELIBDIR%%/_tkinter.so USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= Tkinter |