diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-12 15:33:34 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-12 15:33:34 +0000 |
commit | fa11d996466b14052564da0621666c9460038b03 (patch) | |
tree | 463dc3f4647a657ce8ccfb90cb25d8d22487f530 /databases/py-gdbm | |
parent | 9e619520519d7fedcec1614de0ef2331838c5e9b (diff) | |
download | ports-fa11d996466b14052564da0621666c9460038b03.tar.gz ports-fa11d996466b14052564da0621666c9460038b03.zip |
Notes
Diffstat (limited to 'databases/py-gdbm')
-rw-r--r-- | databases/py-gdbm/Makefile | 2 |
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 |