Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2013 17:46:11 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323354 - head/net/ct/files
Message-ID:  <201307201746.r6KHkBrB072447@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Sat Jul 20 17:46:11 2013
New Revision: 323354
URL: http://svnweb.freebsd.org/changeset/ports/323354

Log:
  Fix directory permission.
  
  Reported by:	miwi

Modified:
  head/net/ct/files/patch-Makefile

Modified: head/net/ct/files/patch-Makefile
==============================================================================
--- head/net/ct/files/patch-Makefile	Sat Jul 20 17:46:09 2013	(r323353)
+++ head/net/ct/files/patch-Makefile	Sat Jul 20 17:46:11 2013	(r323354)
@@ -1,5 +1,5 @@
 --- Makefile.orig	2005-02-16 17:41:53.000000000 +0900
-+++ Makefile	2013-06-17 01:31:29.000000000 +0900
++++ Makefile	2013-07-21 02:43:37.000000000 +0900
 @@ -4,22 +4,20 @@
  # $TAHI: ct/Makefile,v 1.22.8.1 2005/02/16 08:41:53 akisada Exp $
  #
@@ -22,8 +22,8 @@
 -	install -c -o bin -g bin -m 444 index.html $(INSTALL_DIR)
 -	install -c -o bin -g bin -m 444 Makefile.inc $(INSTALL_DIR)
 -	install -c -o bin -g bin -m 444 Makefile.test $(INSTALL_DIR)/Makefile
-+	install -d -m 555 $(INSTALL_DIR)
-+	install -d -m 555 $(DOC_DIR)
++	install -d -m 755 $(INSTALL_DIR)
++	install -d -m 755 $(DOC_DIR)
 +	${BSD_INSTALL_DATA} $(DOCFILES) $(INSTALL_DIR)
 +	${BSD_INSTALL_DATA} $(DOCFILES) $(DOC_DIR)
 +	${BSD_INSTALL_DATA} index.html $(INSTALL_DIR)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307201746.r6KHkBrB072447>