Author: bdrewery
Date: Fri Nov 13 17:27:23 2015
New Revision: 290773
URL: https://svnweb.freebsd.org/changeset/base/290773

Log:
  bsd.doc.mk: Similar to r289391, make installing to a missing directory an 
error.
  
  This avoids the problems fixed in r290772.
  
  Sponsored by: EMC / Isilon Storage Division
  MFC after:    2 weeks

Modified:
  head/share/mk/bsd.doc.mk

Modified: head/share/mk/bsd.doc.mk
==============================================================================
--- head/share/mk/bsd.doc.mk    Fri Nov 13 17:25:20 2015        (r290772)
+++ head/share/mk/bsd.doc.mk    Fri Nov 13 17:27:23 2015        (r290773)
@@ -136,11 +136,11 @@ realinstall:
 .if ${PRINTERDEVICE:Mhtml}
        cd ${SRCDIR}; \
            ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${DOC}*.html ${DESTDIR}${BINDIR}/${VOLUME}
+           ${DOC}*.html ${DESTDIR}${BINDIR}/${VOLUME}/
 .endif
 .for _dev in ${PRINTERDEVICE:Nhtml}
        ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${DFILE.${_dev}} ${DESTDIR}${BINDIR}/${VOLUME}
+           ${DFILE.${_dev}} ${DESTDIR}${BINDIR}/${VOLUME}/
 .endfor
 
 spell: ${SRCS}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to