diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-12 15:25:38 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-12 15:25:38 +0000 |
commit | c847a9c9c2ba5f6baba5da146a9f648a688cc758 (patch) | |
tree | 3027382d738e54e892abf9cefa1a8d64b4ed0202 /audio/py-ao | |
parent | 79be0e79fb0f9185e9a77c2990efc2e2d4cdf79d (diff) | |
download | ports-c847a9c9c2ba5f6baba5da146a9f648a688cc758.tar.gz ports-c847a9c9c2ba5f6baba5da146a9f648a688cc758.zip |
- convert to using PYTHON_SITELIBDIR (not functional change)
Notes
Notes:
svn path=/head/; revision=291048
Diffstat (limited to 'audio/py-ao')
-rw-r--r-- | audio/py-ao/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile index c02794b6f544..75ed157145fe 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -19,7 +19,7 @@ COMMENT= A python wrapper for ao, an audio device abstraction library LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao -PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/aomodule.so +PLIST_FILES= %%PYTHON_SITELIBDIR%%/aomodule.so USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pyao |