aboutsummaryrefslogtreecommitdiffstats
path: root/www/blastbeat
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-10 16:19:48 +0800
committerantoine <antoine@FreeBSD.org>2014-08-10 16:19:48 +0800
commit98fc737207ec46ca5a4f1b7e81a4b754820d254d (patch)
tree7bacf62f5f734a9c8172c30d715ef94dec4ca3ad /www/blastbeat
parent61fd26250e39f44513e3649daf5fcc24250970df (diff)
downloadfreebsd-ports-gnome-98fc737207ec46ca5a4f1b7e81a4b754820d254d.tar.gz
freebsd-ports-gnome-98fc737207ec46ca5a4f1b7e81a4b754820d254d.tar.zst
freebsd-ports-gnome-98fc737207ec46ca5a4f1b7e81a4b754820d254d.zip
Fix stage violation
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>