mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
18 lines
391 B
Diff
18 lines
391 B
Diff
--- Makefile.in.orig 2003-09-23 02:18:54.000000000 +0000
|
|
+++ Makefile.in 2018-12-28 11:50:50.000000000 +0000
|
|
@@ -75,7 +75,7 @@
|
|
|
|
install :
|
|
strip $(NAME)
|
|
- $(INSTALL) -m 0711 zssh @bindir@
|
|
+ $(INSTALL) -m 0755 zssh @bindir@
|
|
ln -f @bindir@/zssh @bindir@/ztelnet
|
|
$(INSTALL) -m 0644 $(MANS) @mandir@/man1
|
|
|
|
@@ -153,3 +153,5 @@
|
|
|
|
$(OBJS) : $(INCL)
|
|
init.o : version.h
|
|
+
|
|
+.PHONY: install
|