svn commit: r386855 - head/Mk/Uses

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 20 12:38:12 UTC 2015


Author: amdmi3
Date: Wed May 20 12:38:11 2015
New Revision: 386855
URL: https://svnweb.freebsd.org/changeset/ports/386855

Log:
  - Don't add @dirrm's to pkg-plists for cran:auto-plist
  
  PR:		200341
  Submitted by:	amdmi3
  Approved by:	wen (maintainer)

Modified:
  head/Mk/Uses/cran.mk

Modified: head/Mk/Uses/cran.mk
==============================================================================
--- head/Mk/Uses/cran.mk	Wed May 20 12:17:30 2015	(r386854)
+++ head/Mk/Uses/cran.mk	Wed May 20 12:38:11 2015	(r386855)
@@ -74,8 +74,6 @@ do-install:
 post-install-script:
 	@${FIND} -ds ${STAGEDIR}${PREFIX}/${R_MOD_DIR} \( -type f -or -type l \) -print | \
 		${SED} -E -e 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST}
-	@${FIND} -ds ${STAGEDIR}${PREFIX}/${R_MOD_DIR} -type d -print | ${SED} -E -e \
-		's,^${STAGEDIR}${PREFIX}/?, at dirrm ,' >> ${TMPPLIST}
 .endif
 .endif
 


More information about the svn-ports-all mailing list