aboutsummaryrefslogtreecommitdiff
path: root/comms/py-libimobiledevice
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2013-05-07 01:17:35 +0000
committerAlberto Villa <avilla@FreeBSD.org>2013-05-07 01:17:35 +0000
commit19c0063d9682f0239a67bcac1464be8cd02c6e26 (patch)
tree780ce42558e9e4891bc68b4d4332a6e4375300c5 /comms/py-libimobiledevice
parent8a9f88edd0e078c866e5dd3ed82e0cdcaaafe5db (diff)
downloadports-19c0063d9682f0239a67bcac1464be8cd02c6e26.tar.gz
ports-19c0063d9682f0239a67bcac1464be8cd02c6e26.zip
- Fix plist.
Reported by: QAT
Notes
Notes: svn path=/head/; revision=317569
Diffstat (limited to 'comms/py-libimobiledevice')
-rw-r--r--comms/py-libimobiledevice/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/py-libimobiledevice/Makefile b/comms/py-libimobiledevice/Makefile
index f8e5ae42a91e..c126d2628b4c 100644
--- a/comms/py-libimobiledevice/Makefile
+++ b/comms/py-libimobiledevice/Makefile
@@ -20,9 +20,9 @@ PLIST= ${.CURDIR}/pkg-plist
BUILD_WRKSRC= ${WRKSRC}/cython
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST_FILES= ${PYTHON_SITELIBDIR}/imobiledevice.a \
- ${PYTHON_SITELIBDIR}/imobiledevice.la \
- ${PYTHON_SITELIBDIR}/imobiledevice.so
+PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/imobiledevice.a \
+ ${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/imobiledevice.la \
+ ${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/imobiledevice.so
post-patch:
@${REINPLACE_CMD} -e 's,../src/libimobiledevice.la,${LOCALBASE}/lib/libimobiledevice.la,' \