aboutsummaryrefslogtreecommitdiff
path: root/net/netscript/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/netscript/Makefile')
-rw-r--r--net/netscript/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/netscript/Makefile b/net/netscript/Makefile
index bfac79f4d1c3..ee230f91b3f9 100644
--- a/net/netscript/Makefile
+++ b/net/netscript/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= netscript
-PORTVERSION= 1.7.0
+PORTVERSION= 1.7.1
PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
@@ -41,6 +41,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
+ @${CHMOD} -R og+r ${EXAMPLESDIR}
+ @${CHMOD} og+x ${EXAMPLESDIR}/gui ${EXAMPLESDIR}/ncurses
.endif
.include <bsd.port.post.mk>