svn commit: r328289 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Wed Sep 25 13:29:13 UTC 2013


Author: bdrewery
Date: Wed Sep 25 13:29:12 2013
New Revision: 328289
URL: http://svnweb.freebsd.org/changeset/ports/328289

Log:
  - Similar to r328081, need to explicitly list the PREFIX that '@cwd' should
    fallback to.
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.licenses.mk

Modified: head/Mk/bsd.licenses.mk
==============================================================================
--- head/Mk/bsd.licenses.mk	Wed Sep 25 13:27:16 2013	(r328288)
+++ head/Mk/bsd.licenses.mk	Wed Sep 25 13:29:12 2013	(r328289)
@@ -760,8 +760,7 @@ install-license:
 .	endfor
 .endif
 # XXX @dirrmtry entry must be here (no way to do with PLIST_* vars)
-# XXX Important, keep the whitespace behind "@cwd "!
-	@${ECHO_CMD} "@cwd " >> ${TMPPLIST}
+	@${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}
 	@${ECHO_CMD} "@dirrm ${_LICENSE_DIR_REL}" >> ${TMPPLIST}
 	@${ECHO_CMD} "@unexec rmdir %D/share/licenses 2>/dev/null || true" >> ${TMPPLIST}
 


More information about the svn-ports-all mailing list