aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-02-13 01:40:54 +0800
committerrm <rm@FreeBSD.org>2012-02-13 01:40:54 +0800
commit101a69c18fbe034fff6e3cd8c79fb903c71309e6 (patch)
treec8117e31bd0fe33f48f75c1e0f8834e75422eb19 /x11-toolkits
parentea34ada850c9607afbd4fe17d521a0076f8a3284 (diff)
downloadfreebsd-ports-gnome-101a69c18fbe034fff6e3cd8c79fb903c71309e6.tar.gz
freebsd-ports-gnome-101a69c18fbe034fff6e3cd8c79fb903c71309e6.tar.zst
freebsd-ports-gnome-101a69c18fbe034fff6e3cd8c79fb903c71309e6.zip
- convert to using PYTHON_SITELIBDIR (non-functional change)
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