Date: Fri, 31 Jan 2014 14:22:18 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341995 - head/security/libgpg-error Message-ID: <201401311422.s0VEMJfm042297@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Jan 31 14:22:18 2014 New Revision: 341995 URL: http://svnweb.freebsd.org/changeset/ports/341995 QAT: https://qat.redports.org/buildarchive/r341995/ Log: - Stage support Modified: head/security/libgpg-error/Makefile Modified: head/security/libgpg-error/Makefile ============================================================================== --- head/security/libgpg-error/Makefile Fri Jan 31 13:57:45 2014 (r341994) +++ head/security/libgpg-error/Makefile Fri Jan 31 14:22:18 2014 (r341995) @@ -19,7 +19,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -34,10 +33,8 @@ PLIST_SUB= NLS="@comment " DOCS= AUTHORS ChangeLog NEWS README -.if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311422.s0VEMJfm042297>