Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 17:33:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477016 - head/archivers/py-librtfcomp
Message-ID:  <201808121733.w7CHXqH5002523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808121733.w7CHXqH5002523>