aboutsummaryrefslogtreecommitdiff
path: root/www/blastbeat
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-10 08:19:48 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-10 08:19:48 +0000
commit81cffe2329498855865b12303c393b5bb6f1e36c (patch)
tree7bacf62f5f734a9c8172c30d715ef94dec4ca3ad /www/blastbeat
parenta4aabe39aa7f106309a170009de1fa0d974bf393 (diff)
downloadports-81cffe2329498855865b12303c393b5bb6f1e36c.tar.gz
ports-81cffe2329498855865b12303c393b5bb6f1e36c.zip
Fix stage violation
Notes
Notes: svn path=/head/; revision=364510
Diffstat (limited to 'www/blastbeat')
-rw-r--r--www/blastbeat/Makefile6
1 files 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 <bsd.port.mk>