[Bug 203294] [new port] net/isboot-kmod: kernel module to allow booting from an iSCSI root volume

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 23 23:44:39 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203294

--- Comment #9 from Hiroki Sato <hrs at FreeBSD.org> ---
(In reply to John Nielsen from comment #8)

- You can simply use PORTDOCS, not DOCS_PORTDOCS.  PORTDOCS is no-op
  when DOCS is not defined.

- Please use post-install-DOCS-on target instead of .if defined(PORTDOCS)
  like the following.  That is a preferred way.

post-install-DOCS-on:
    ${MKDIR} ${STAGEDIR}${DOCSDIR}
    cd ${WRKDIR} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}

  WRKDIR is defined as ../${WRKSRC} in this case.

- IGNORE is not necessary because 8.x is no longer supported.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list