Please apply the attached patch to the ports tree. The patch adds support for staging to the graphicslibexif-gtk port. Fix: Patch attached with submission follows: Index: graphics/libexif-gtk/Makefile =================================================================== --- graphics/libexif-gtk/Makefile (revision 356092) +++ graphics/libexif-gtk/Makefile (working copy) @@ -23,8 +23,6 @@ PORTDOCS= AUTHORS ChangeLog NEWS README -NO_STAGE= yes - OPTIONS_DEFINE= DOCS NLS .include <bsd.port.options.mk> @@ -42,8 +40,8 @@ post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk>
A commit references this bug: Author: miwi Date: Mon Jun 2 09:25:56 UTC 2014 New revision: 356206 URL: http://svnweb.freebsd.org/changeset/ports/356206 Log: - Stage support PR: 190461 Submitted by: maintainer Changes: head/graphics/libexif-gtk/Makefile