svn commit: r368808 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 22 06:28:16 UTC 2014


Author: bapt
Date: Mon Sep 22 06:28:15 2014
New Revision: 368808
URL: http://svnweb.freebsd.org/changeset/ports/368808
QAT: https://qat.redports.org/buildarchive/r368808/

Log:
  Let pkg(8) track license directories by itself

Modified:
  head/Mk/bsd.licenses.mk

Modified: head/Mk/bsd.licenses.mk
==============================================================================
--- head/Mk/bsd.licenses.mk	Mon Sep 22 06:27:13 2014	(r368807)
+++ head/Mk/bsd.licenses.mk	Mon Sep 22 06:28:15 2014	(r368808)
@@ -771,13 +771,6 @@ install-license:
 	@${INSTALL_DATA} ${_LICENSE_FILE_${lic}} ${STAGEDIR}${_LICENSE_DIR}/${lic}
 .	endfor
 .endif
-# XXX @dirrmtry entry must be here (no way to do with PLIST_* vars)
-	@${ECHO_CMD} "@owner root" >> ${TMPPLIST}
-	@${ECHO_CMD} "@group wheel" >> ${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}
-
 .endif
 
 .else	# !LICENSE


More information about the svn-ports-head mailing list