aboutsummaryrefslogtreecommitdiffstats
path: root/www/blastbeat
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-12-15 15:59:00 +0800
committerjgh <jgh@FreeBSD.org>2012-12-15 15:59:00 +0800
commit0e7cd6894171862822bab243a4dc607c6d49de14 (patch)
treea44289312eebd8a121ef82936ca345bc8329035e /www/blastbeat
parent41e42e999e414fee0b3c0404141370b33296526a (diff)
downloadfreebsd-ports-gnome-0e7cd6894171862822bab243a4dc607c6d49de14.tar.gz
freebsd-ports-gnome-0e7cd6894171862822bab243a4dc607c6d49de14.tar.zst
freebsd-ports-gnome-0e7cd6894171862822bab243a4dc607c6d49de14.zip
- remove redundant named "examples" directory
Submitted by: jgh@ Approved by: maintainer, ( irc #bsdports)
Diffstat (limited to 'www/blastbeat')
-rw-r--r--www/blastbeat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/blastbeat/Makefile b/www/blastbeat/Makefile
index 3384858ddd6a..db7a2433847b 100644
--- a/www/blastbeat/Makefile
+++ b/www/blastbeat/Makefile
@@ -3,6 +3,7 @@
PORTNAME= blastbeat
PORTVERSION= 20121205
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= GH GHC
@@ -44,7 +45,7 @@ do-install:
post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
${MKDIR} ${EXAMPLESDIR}
- @cd ${WRKSRC} && ${COPYTREE_SHARE} examples ${EXAMPLESDIR}
+ @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>