svn commit: r477016 - head/archivers/py-librtfcomp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 12 17:33:54 UTC 2018


Author: sunpoet
Date: Sun Aug 12 17:33:52 2018
New Revision: 477016
URL: https://svnweb.freebsd.org/changeset/ports/477016

Log:
  Update PLIST_FILES: remove %%

Modified:
  head/archivers/py-librtfcomp/Makefile

Modified: head/archivers/py-librtfcomp/Makefile
==============================================================================
--- head/archivers/py-librtfcomp/Makefile	Sun Aug 12 17:33:47 2018	(r477015)
+++ head/archivers/py-librtfcomp/Makefile	Sun Aug 12 17:33:52 2018	(r477016)
@@ -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


More information about the svn-ports-all mailing list