aboutsummaryrefslogtreecommitdiffstats
path: root/www/yahoo-ui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/yahoo-ui/Makefile')
-rw-r--r--www/yahoo-ui/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/yahoo-ui/Makefile b/www/yahoo-ui/Makefile
index de7d39172b3..67430ee8aec 100644
--- a/www/yahoo-ui/Makefile
+++ b/www/yahoo-ui/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= yahoo
-PORTVERSION= 2.5.0
+PORTVERSION= 2.5.1
CATEGORIES= www
MASTER_SITES= SF
MASTER_SITE_SUBDIR= yui
@@ -68,6 +68,8 @@ post-install:
@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
@${CP} ${WRKSRC}/README ${DOCSDIR}
.endif
+.if !defined(NOPORTEXAMPLES)
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
+.endif
.include <bsd.port.post.mk>