Date: Sun, 10 Aug 2014 08:19:49 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364510 - head/www/blastbeat Message-ID: <53e72b25.2ab5.2106730b@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 10 08:19:48 2014 New Revision: 364510 URL: http://svnweb.freebsd.org/changeset/ports/364510 QAT: https://qat.redports.org/buildarchive/r364510/ Log: Fix stage violation Modified: head/www/blastbeat/Makefile Modified: head/www/blastbeat/Makefile ============================================================================== --- head/www/blastbeat/Makefile Sun Aug 10 08:16:19 2014 (r364509) +++ head/www/blastbeat/Makefile Sun Aug 10 08:19:48 2014 (r364510) @@ -41,11 +41,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${ETCDIR} && \ ${INSTALL} ${WRKSRC}/${PORTNAME}.ini ${STAGEDIR}${ETCDIR}/${PORTNAME}.ini.sample - -post-install: .if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR} - @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e72b25.2ab5.2106730b>