summaryrefslogtreecommitdiffstats
path: root/www/thttpd/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-04-19 23:38:54 +0000
committerkris <kris@FreeBSD.org>2003-04-19 23:38:54 +0000
commit87aece89c35487ffb606c2756a565a9b74302af8 (patch)
tree3223c455b74297ef19bb99c194e4403823c6bc4d /www/thttpd/Makefile
parent76b79508b13f8ab9fc5e9f81312bc06489f89e08 (diff)
downloadFreeBSD-ports-87aece89c35487ffb606c2756a565a9b74302af8.zip
FreeBSD-ports-87aece89c35487ffb606c2756a565a9b74302af8.tar.gz
Install root:wheel directories mode 755, not 775
Diffstat (limited to 'www/thttpd/Makefile')
-rw-r--r--www/thttpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile
index a6aa596..2ae7d1a 100644
--- a/www/thttpd/Makefile
+++ b/www/thttpd/Makefile
@@ -29,9 +29,9 @@ MAN8= thttpd.8 redirect.8 ssi.8 syslogtocern.8
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/thttpd ${PREFIX}/sbin/
@${INSTALL_MAN} ${WRKSRC}/thttpd.8 ${PREFIX}/man/man8
- @${INSTALL} -d -o root -g wheel -m 0775 ${PREFIX}/www
- @${INSTALL} -d -o root -g wheel -m 0775 ${PREFIX}/www/data
- @${INSTALL} -d -o root -g wheel -m 0775 ${PREFIX}/www/logs
+ @${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/www
+ @${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/www/data
+ @${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/www/logs
@${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/www/cgi-bin
@${INSTALL_PROGRAM} ${WRKSRC}/cgi-src/redirect ${PREFIX}/www/cgi-bin/
@${INSTALL_PROGRAM} ${WRKSRC}/cgi-src/ssi ${PREFIX}/www/cgi-bin/
OpenPOWER on IntegriCloud