From 101a69c18fbe034fff6e3cd8c79fb903c71309e6 Mon Sep 17 00:00:00 2001 From: rm Date: Sun, 12 Feb 2012 17:40:54 +0000 Subject: - convert to using PYTHON_SITELIBDIR (non-functional change) --- x11-toolkits/py-tkinter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-toolkits') 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 -- cgit