aboutsummaryrefslogtreecommitdiff
path: root/databases/py-gdbm
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-02-12 15:33:34 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-02-12 15:33:34 +0000
commitfa11d996466b14052564da0621666c9460038b03 (patch)
tree463dc3f4647a657ce8ccfb90cb25d8d22487f530 /databases/py-gdbm
parent9e619520519d7fedcec1614de0ef2331838c5e9b (diff)
downloadports-fa11d996466b14052564da0621666c9460038b03.tar.gz
ports-fa11d996466b14052564da0621666c9460038b03.zip
- convert to using PYTHON_SITELIBDIR (not functional change)
Notes
Notes: svn path=/head/; revision=291050
Diffstat (limited to 'databases/py-gdbm')
-rw-r--r--databases/py-gdbm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile
index 525107cf7e54..68624b36e7a6 100644
--- a/databases/py-gdbm/Makefile
+++ b/databases/py-gdbm/Makefile
@@ -19,7 +19,7 @@ COMMENT= Python bindings to the GNU dbm library
LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm
-PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/gdbm.so
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/gdbm.so
DIST_SUBDIR= python
USE_PYTHON= yes
USE_PYDISTUTILS=yes