summaryrefslogtreecommitdiff
path: root/net/netscript/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-09 12:04:40 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-09 12:04:40 +0000
commiteffe66e575e35d79c19699eaa554a2f6d2343fc5 (patch)
tree3296c25a1a9c51090cad2a327dc8f3f4f5272e2e /net/netscript/Makefile
parent1. Update to 1.0.8 (diff)
upgrade to 1.7.1
Notes
Notes: svn path=/head/; revision=67694
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>