Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 19:41:04 +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: r344300 - head/archivers/py-librtfcomp
Message-ID:  <201402141941.s1EJf4Js000827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 14 19:41:04 2014
New Revision: 344300
URL: http://svnweb.freebsd.org/changeset/ports/344300
QAT: https://qat.redports.org/buildarchive/r344300/

Log:
  - Use PLIST_FILES

Deleted:
  head/archivers/py-librtfcomp/pkg-plist
Modified:
  head/archivers/py-librtfcomp/Makefile

Modified: head/archivers/py-librtfcomp/Makefile
==============================================================================
--- head/archivers/py-librtfcomp/Makefile	Fri Feb 14 19:40:59 2014	(r344299)
+++ head/archivers/py-librtfcomp/Makefile	Fri Feb 14 19:41:04 2014	(r344300)
@@ -15,7 +15,11 @@ USE_PYTHON=	yes
 
 BUILD_WRKSRC=	${WRKSRC}/python
 INSTALL_WRKSRC=	${WRKSRC}/python
-PLIST=		${.CURDIR}/pkg-plist
+PLIST=		# empty
+
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/pyrtfcomp.a \
+		%%PYTHON_SITELIBDIR%%/pyrtfcomp.la \
+		%%PYTHON_SITELIBDIR%%/pyrtfcomp.so
 
 MASTERDIR=	${.CURDIR}/../librtfcomp
 SLAVEPORT=	py



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