aboutsummaryrefslogtreecommitdiff
path: root/net/ct
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-07-20 17:46:11 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-07-20 17:46:11 +0000
commit2d54c2351c1af940cf1b7dab14cfe66710d350fc (patch)
tree8daa5f436d76111b0e331996a0234edb0d725380 /net/ct
parent7a70c34b408d3fc13c5bbc9925a92afbc0e84eff (diff)
downloadports-2d54c2351c1af940cf1b7dab14cfe66710d350fc.tar.gz
ports-2d54c2351c1af940cf1b7dab14cfe66710d350fc.zip
Notes
Diffstat (limited to 'net/ct')
-rw-r--r--net/ct/files/patch-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ct/files/patch-Makefile b/net/ct/files/patch-Makefile
index 871bcfaec809..033ab97cc8a7 100644
--- a/net/ct/files/patch-Makefile
+++ b/net/ct/files/patch-Makefile
@@ -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)