summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-03-11 01:06:19 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-03-11 01:06:19 +0000
commita283186713749e238a3934d42c09a24c1946eba5 (patch)
tree5da58cb8d5edb33848c8b1b55e70f04bfbb6f1fb /news
parentFix plist. This port is still bogus: (diff)
Avoid chown'ing /usr/local/man/man* to news:news.
Notes
Notes: svn path=/head/; revision=39499
Diffstat (limited to 'news')
-rw-r--r--news/inn-current/files/patch-aa13
-rw-r--r--news/inn/files/patch-aa13
2 files changed, 26 insertions, 0 deletions
diff --git a/news/inn-current/files/patch-aa b/news/inn-current/files/patch-aa
new file mode 100644
index 000000000000..cb4a2a9c872f
--- /dev/null
+++ b/news/inn-current/files/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.orig Sun Mar 11 01:59:11 2001
++++ Makefile Sun Mar 11 01:59:56 2001
+@@ -81,7 +81,9 @@
+ directories:
+ @chmod +x support/install-sh
+ for D in $(INSTDIRS) ; do \
+- support/install-sh $(OWNER) -m 0755 -d $$D ; \
++ if [ ! -d $$D ] ; then \
++ support/install-sh $(OWNER) -m 0755 -d $$D ; \
++ fi ; \
+ done
+ support/install-sh $(OWNER) -m 0750 -d $(PATHRUN)
+
diff --git a/news/inn/files/patch-aa b/news/inn/files/patch-aa
new file mode 100644
index 000000000000..cb4a2a9c872f
--- /dev/null
+++ b/news/inn/files/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.orig Sun Mar 11 01:59:11 2001
++++ Makefile Sun Mar 11 01:59:56 2001
+@@ -81,7 +81,9 @@
+ directories:
+ @chmod +x support/install-sh
+ for D in $(INSTDIRS) ; do \
+- support/install-sh $(OWNER) -m 0755 -d $$D ; \
++ if [ ! -d $$D ] ; then \
++ support/install-sh $(OWNER) -m 0755 -d $$D ; \
++ fi ; \
+ done
+ support/install-sh $(OWNER) -m 0750 -d $(PATHRUN)
+