Date: Sun, 18 Feb 2018 17:07:36 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462252 - head/net-p2p/sonarr Message-ID: <201802181707.w1IH7a8B066270@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sun Feb 18 17:07:36 2018 New Revision: 462252 URL: https://svnweb.freebsd.org/changeset/ports/462252 Log: net-p2p/sonarr: Automate pkg-plist No other changes Deleted: head/net-p2p/sonarr/pkg-plist Modified: head/net-p2p/sonarr/Makefile Modified: head/net-p2p/sonarr/Makefile ============================================================================== --- head/net-p2p/sonarr/Makefile Sun Feb 18 17:02:56 2018 (r462251) +++ head/net-p2p/sonarr/Makefile Sun Feb 18 17:07:36 2018 (r462252) @@ -36,4 +36,8 @@ do-install: ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR} +post-install: + @${FIND} -s ${STAGEDIR}${DATADIR} -not -type d | ${SORT} | \ + ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802181707.w1IH7a8B066270>