svn commit: r308934 - head/www/blastbeat

Jason Helfman jgh at FreeBSD.org
Sat Dec 15 07:59:01 UTC 2012


Author: jgh
Date: Sat Dec 15 07:59:00 2012
New Revision: 308934
URL: http://svnweb.freebsd.org/changeset/ports/308934

Log:
  - remove redundant named "examples" directory
  
  Submitted by:	jgh@
  Approved by:	maintainer, ( irc #bsdports)

Modified:
  head/www/blastbeat/Makefile

Modified: head/www/blastbeat/Makefile
==============================================================================
--- head/www/blastbeat/Makefile	Sat Dec 15 07:26:57 2012	(r308933)
+++ head/www/blastbeat/Makefile	Sat Dec 15 07:59:00 2012	(r308934)
@@ -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>


More information about the svn-ports-all mailing list