diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-12 23:25:38 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-12 23:25:38 +0800 |
commit | c847a9c9c2ba5f6baba5da146a9f648a688cc758 (patch) | |
tree | 3027382d738e54e892abf9cefa1a8d64b4ed0202 /audio/pysol-sound-server | |
parent | 79be0e79fb0f9185e9a77c2990efc2e2d4cdf79d (diff) | |
download | freebsd-ports-gnome-c847a9c9c2ba5f6baba5da146a9f648a688cc758.tar.gz freebsd-ports-gnome-c847a9c9c2ba5f6baba5da146a9f648a688cc758.tar.zst freebsd-ports-gnome-c847a9c9c2ba5f6baba5da146a9f648a688cc758.zip |
- convert to using PYTHON_SITELIBDIR (not functional change)
Diffstat (limited to 'audio/pysol-sound-server')
-rw-r--r-- | audio/pysol-sound-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index b412cc3da611..2df2984fbb87 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -17,7 +17,7 @@ COMMENT= Python extension module to play sounds and background music LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg -PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/pysolsoundserver.so +PLIST_FILES= %%PYTHON_SITELIBDIR%%/pysolsoundserver.so WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_SDL= mixer sdl |