aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-librtfcomp/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-08-12 17:33:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-08-12 17:33:52 +0000
commit7d1b615b53e429ded72fb330cf27a4c23c1f0978 (patch)
tree19d58d66a23a788585c70973816a8bbd31691516 /archivers/py-librtfcomp/Makefile
parent6104ea65815ffc19bea153fcd3082dadd9f6ee5c (diff)
downloadports-7d1b615b53e429ded72fb330cf27a4c23c1f0978.tar.gz
ports-7d1b615b53e429ded72fb330cf27a4c23c1f0978.zip
Update PLIST_FILES: remove %%
Notes
Notes: svn path=/head/; revision=477016
Diffstat (limited to 'archivers/py-librtfcomp/Makefile')
-rw-r--r--archivers/py-librtfcomp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-librtfcomp/Makefile b/archivers/py-librtfcomp/Makefile
index 15b5e63417a5..daf5f095c817 100644
--- a/archivers/py-librtfcomp/Makefile
+++ b/archivers/py-librtfcomp/Makefile
@@ -25,8 +25,8 @@ USES= libtool python:2.7
BUILD_WRKSRC= ${WRKSRC}/python
INSTALL_WRKSRC= ${WRKSRC}/python
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/pyrtfcomp.a \
- %%PYTHON_SITELIBDIR%%/pyrtfcomp.so
+PLIST_FILES= ${PYTHON_SITELIBDIR}/pyrtfcomp.a \
+ ${PYTHON_SITELIBDIR}/pyrtfcomp.so
post-patch:
@${REINPLACE_CMD} -e '/VISIBILITY=/ s| -fvisibility=hidden||' ${WRKSRC}/configure