Do not install files/dirs group-writable

This commit is contained in:
Chris D. Faulhaber 2000-09-15 02:35:10 +00:00
parent 4f90e3e429
commit 0339765402
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32626

View File

@ -1,5 +1,5 @@
--- Makefile.orig Sun Jun 20 16:21:31 1999
+++ Makefile Sun Jun 20 16:22:52 1999
--- Makefile.orig Tue Mar 16 09:03:58 1999
+++ Makefile Thu Sep 14 18:30:28 2000
@@ -5,7 +5,7 @@
#################################################
@ -18,14 +18,123 @@
########## tkgnats executable location
BINDIR = $(prefix)/bin
--- tkgnats.config Sun Jun 20 16:21:47 1999
+++ tkgnats.config Sun Jun 20 16:23:06 1999
@@ -95,7 +95,7 @@
set TkGnats(psPreviewer) "ghostview %s"
# PostScript previewer for printed reports
@@ -231,70 +231,70 @@
install_man:
-$(MAKEPATH) $(MANDIR)
-$(MAKEPATH) $(MANDIR)/man1
- @chmod 664 $(manfiles)
+ @chmod 644 $(manfiles)
for f in $(manfiles); do \
cp -p $$f $(MANDIR)/man1/$$f; \
done
-set TkGnats(Mailer) "/usr/lib/sendmail -em -oi -t"
+set TkGnats(Mailer) "/usr/sbin/sendmail -em -oi -t"
# Mailer to use for send prs, etc..
# Like GNATS, it must read headers from file.
$(T_BIN)/tkgnats: tkgnats Makefile
$(SED) $(WISH_SED) $(TKGNATSLIB_SED) <tkgnats >$@
- @chmod 775 $@
+ @chmod 755 $@
$(T_LIB)/CHANGES: CHANGES
cp -p CHANGES $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/VERSION: VERSION
cp -p VERSION $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkeditpr.tcl: tkeditpr.tcl Makefile
cp -p tkeditpr.tcl $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkviewpr.tcl: tkviewpr.tcl Makefile
cp -p tkviewpr.tcl $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tksendpr.tcl: tksendpr.tcl Makefile
cp -p tksendpr.tcl $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkquerypr.tcl: tkquerypr.tcl Makefile
cp -p tkquerypr.tcl $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkprdatesel.tcl: tkprdatesel.tcl Makefile
cp -p tkprdatesel.tcl $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkprfolder.tcl: tkprfolder.tcl Makefile
cp -p tkprfolder.tcl $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkprfont.tcl: tkprfont.tcl Makefile
cp -p tkprfont.tcl $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkpr_library.tcl: tkpr_library.tcl Makefile
cp -p tkpr_library.tcl $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkprprint.tcl: tkprprint.tcl Makefile
cp -p tkprprint.tcl $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkprsort.tcl: tkprsort.tcl Makefile
cp -p tkprsort.tcl $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkprhelp.tcl: tkprhelp.tcl Makefile
cp -p tkprhelp.tcl $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkgnats.doc: tkgnats.doc Makefile
cp -p tkgnats.doc $@
- @chmod 664 $@
+ @chmod 644 $@
# Again, the following ugliness is intentional and works on Linux, Solaris 2.5 and IRIX64 6.2.
@@ -325,7 +325,7 @@
echo cp -p tkgnats.config $@; \
cp -p tkgnats.config $@; \
fi;
- @chmod 664 $@
+ @chmod 644 $@
# The following was OK on my Linux system but failed on Solaris and IRIX64.
@@ -339,19 +339,19 @@
$(T_LIB)/tkgnats.xbm: tkgnats.xbm Makefile
cp -p tkgnats.xbm $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkquerypr.xbm: tkquerypr.xbm Makefile
cp -p tkquerypr.xbm $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tksendpr.xbm: tksendpr.xbm Makefile
cp -p tksendpr.xbm $@
- @chmod 664 $@
+ @chmod 644 $@
$(T_LIB)/tkeditpr.xbm: tkeditpr.xbm Makefile
cp -p tkeditpr.xbm $@
- @chmod 664 $@
+ @chmod 644 $@
package: clean
rm -f VERSION