diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-18 00:37:15 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-18 00:37:15 +0000 |
commit | 57e3213639e451ddc7e2311587929b679827e385 (patch) | |
tree | 2b38c4ddded75d6142be0d45209292474f0596a8 /comms/zssh/files | |
parent | ec67c2b687d0b609821be9dac725661545f90926 (diff) |
Notes
Diffstat (limited to 'comms/zssh/files')
-rw-r--r-- | comms/zssh/files/patch-Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/zssh/files/patch-Makefile.in b/comms/zssh/files/patch-Makefile.in new file mode 100644 index 000000000000..864229dec4df --- /dev/null +++ b/comms/zssh/files/patch-Makefile.in @@ -0,0 +1,15 @@ +--- Makefile.in.orig 2013-11-17 23:06:21.000000000 +0800 ++++ Makefile.in 2013-11-17 23:07:02.000000000 +0800 +@@ -75,9 +75,9 @@ ztelnet : $(NAME) + + install : + strip $(NAME) +- $(INSTALL) -m 0711 zssh @bindir@ +- ln -f @bindir@/zssh @bindir@/ztelnet +- $(INSTALL) -m 0644 $(MANS) @mandir@/man1 ++ $(INSTALL) -m 0711 zssh $(DESTDIR)@bindir@ ++ (cd $(DESTDIR)@bindir@; ln -f zssh ztelnet) ++ $(INSTALL) -m 0644 $(MANS) $(DESTDIR)@mandir@/man1 + + uninstall : + -cd @bindir@ && rm $(PRGS) |