svn commit: r420372 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Wed Aug 17 21:07:23 UTC 2016


Author: mat
Date: Wed Aug 17 21:07:22 2016
New Revision: 420372
URL: https://svnweb.freebsd.org/changeset/ports/420372

Log:
  Put back PLIST_DIRS handling.
  
  My eyes were playing tricks on me.
  
  PR:		211953
  Reported by:	dim
  Pointy hat:	mat
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.port.mk   (contents, props changed)

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Aug 17 20:56:52 2016	(r420371)
+++ head/Mk/bsd.port.mk	Wed Aug 17 21:07:22 2016	(r420372)
@@ -4457,6 +4457,10 @@ generate-plist: ${WRKDIR}
 		${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PLIST} >> ${TMPPLIST}; \
 	fi
 
+.for dir in ${PLIST_DIRS}
+	@${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^, at dir ,' >> ${TMPPLIST}
+.endfor
+
 .if defined(USE_LINUX_PREFIX)
 .if defined(USE_LDCONFIG)
 	@${ECHO_CMD} "@postexec ${LDCONFIG_CMD}" >> ${TMPPLIST}


More information about the svn-ports-all mailing list