From 81cffe2329498855865b12303c393b5bb6f1e36c Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 10 Aug 2014 08:19:48 +0000 Subject: [PATCH] Fix stage violation --- www/blastbeat/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www/blastbeat/Makefile b/www/blastbeat/Makefile index fc3a61366451..4087bdb0c6b6 100644 --- a/www/blastbeat/Makefile +++ b/www/blastbeat/Makefile @@ -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