diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-09 12:04:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-09 12:04:40 +0000 |
commit | effe66e575e35d79c19699eaa554a2f6d2343fc5 (patch) | |
tree | 3296c25a1a9c51090cad2a327dc8f3f4f5272e2e /net/netscript/Makefile | |
parent | 2747fc1753ac7ac5bfae34334adef0270503c15f (diff) |
Notes
Diffstat (limited to 'net/netscript/Makefile')
-rw-r--r-- | net/netscript/Makefile | 4 |
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> |