summaryrefslogtreecommitdiff
path: root/comms/tkhylafax
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-09-14 22:10:00 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-09-14 22:10:00 +0000
commitafebe5fa8c32cc4cc7dfb85bb20bf674f92396f4 (patch)
tree4b355d75c5bd94a92ec213a16f21c2b1c016633e /comms/tkhylafax
parentUse ${SH} to execute ${PKGDIR}/INSTALL (diff)
Do not install files/dirs group-writable
Notes
Notes: svn path=/head/; revision=32621
Diffstat (limited to 'comms/tkhylafax')
-rw-r--r--comms/tkhylafax/files/patch-aa26
1 files changed, 20 insertions, 6 deletions
diff --git a/comms/tkhylafax/files/patch-aa b/comms/tkhylafax/files/patch-aa
index f46bd4719e05..4b33d98e3845 100644
--- a/comms/tkhylafax/files/patch-aa
+++ b/comms/tkhylafax/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sun Dec 29 19:26:39 1996
-+++ Makefile Sun Jun 8 13:06:59 1997
+--- Makefile.orig Sun Dec 29 13:26:39 1996
++++ Makefile Thu Sep 14 18:07:32 2000
@@ -14,10 +14,10 @@
TCLMAN_DEST = /usr/local/man/man1
@@ -13,7 +13,7 @@
### DON'T EDIT ANYTHING BELOW THIS LINE ###
TCLLIB_FILES = \
-@@ -40,7 +40,9 @@
+@@ -40,35 +40,36 @@
TCLPRG_FILE = tkhylafax
TCLMAN_FILE = tkhylafax
@@ -24,9 +24,23 @@
echo 'auto_mkindex $(TCLLIB_DEST) *.tcl *.t' | $(TCLSH);
$(TCLLIB_DEST):
-@@ -59,16 +61,15 @@
+ if [ ! -d $(TCLLIB_DEST) ]; then mkdir -p $(TCLLIB_DEST); fi
+- chmod 775 $(TCLLIB_DEST)
++ chmod 755 $(TCLLIB_DEST)
+
+ lib: $(TCLLIB_DEST)
+ @echo "Installing tkhylafax library..."
+ -for i in $(TCLLIB_FILES) ; do \
+ cp $$i $(TCLLIB_DEST)/$$i ; \
+- chmod 664 $(TCLLIB_DEST)/$$i ; \
++ chmod 644 $(TCLLIB_DEST)/$$i ; \
+ done
+ @echo "Done"
+
+ $(TCLPRG_DEST):
if [ ! -d $(TCLPRG_DEST) ]; then mkdir -p $(TCLPRG_DEST); fi
- chmod 775 $(TCLPRG_DEST)
+- chmod 775 $(TCLPRG_DEST)
++ chmod 755 $(TCLPRG_DEST)
-tkhylafax: $(TCLPRG_DEST)
+tkhylafax.inst: $(TCLPRG_DEST)
@@ -40,7 +54,7 @@
- chmod 775 $(TCLPRG_DEST)/$@
- mv tkhylafax.unpatched tkhylafax
+ cp $(TCLPRG_FILE) $(TCLPRG_DEST)/tkhylafax
-+ chmod 775 $(TCLPRG_DEST)/tkhylafax
++ chmod 755 $(TCLPRG_DEST)/tkhylafax
@echo "Done"
install.man: