svn commit: r364510 - head/www/blastbeat

Antoine Brodin antoine at FreeBSD.org
Sun Aug 10 08:19:49 UTC 2014


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>


More information about the svn-ports-head mailing list