svn commit: r462252 - head/net-p2p/sonarr

Mark Felder feld at FreeBSD.org
Sun Feb 18 17:07:37 UTC 2018


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>


More information about the svn-ports-head mailing list