aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-02-12 17:40:54 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-02-12 17:40:54 +0000
commit847375fe09acf7d22254e0499d75f630e3e5372c (patch)
tree2d72b178fcf60362bfd04fcacd3454787421d37c /x11-toolkits
parent6fb1624764f25e717409cee07772a701bb153b8e (diff)
downloadports-847375fe09acf7d22254e0499d75f630e3e5372c.tar.gz
ports-847375fe09acf7d22254e0499d75f630e3e5372c.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-tkinter/Makefile2
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