mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
14 lines
466 B
Text
14 lines
466 B
Text
--- cgi/Makefile.in.orig Wed May 31 02:01:44 2006
|
|
+++ cgi/Makefile.in Sat Jun 3 11:14:04 2006
|
|
@@ -198,9 +198,9 @@
|
|
$(MAKE) install-basic
|
|
|
|
install-basic:
|
|
- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CGIDIR)
|
|
+ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CGIDIR)
|
|
for file in *.cgi; do \
|
|
- $(INSTALL) -m 775 $(INSTALL_OPTS) $$file $(DESTDIR)$(CGIDIR); \
|
|
+ $(INSTALL) -m 755 $(INSTALL_OPTS) $$file $(DESTDIR)$(CGIDIR); \
|
|
done
|
|
|
|
strip-post-install:
|