aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd/files/patch-contrib_mod__sftp_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/proftpd/files/patch-contrib_mod__sftp_Makefile.in')
-rw-r--r--ftp/proftpd/files/patch-contrib_mod__sftp_Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/ftp/proftpd/files/patch-contrib_mod__sftp_Makefile.in b/ftp/proftpd/files/patch-contrib_mod__sftp_Makefile.in
index 200cdf3a667e..ea361d9d8a18 100644
--- a/ftp/proftpd/files/patch-contrib_mod__sftp_Makefile.in
+++ b/ftp/proftpd/files/patch-contrib_mod__sftp_Makefile.in
@@ -1,14 +1,14 @@
---- contrib/mod_sftp/Makefile.in.orig 2017-04-10 02:31:02 UTC
+--- contrib/mod_sftp/Makefile.in.orig 2020-07-21 17:25:51 UTC
+++ contrib/mod_sftp/Makefile.in
-@@ -60,8 +60,9 @@ install: install-misc
- fi
+@@ -73,8 +73,9 @@ install-headers: $(DESTDIR)$(includedir)/proftpd
+ $(INSTALL_MAN) $(MODULE_NAME).h $(DESTDIR)$(includedir)/proftpd/$(MODULE_NAME).h
install-misc:
-- $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 dhparams.pem $(DESTDIR)$(sysconfdir)/dhparams.pem
-- $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 blacklist.dat $(DESTDIR)$(sysconfdir)/blacklist.dat
+- $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 $(top_srcdir)/dhparams.pem $(DESTDIR)$(sysconfdir)/dhparams.pem
+- $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 $(top_srcdir)/blacklist.dat $(DESTDIR)$(sysconfdir)/blacklist.dat
+ $(INSTALL) -d -m 0755 $(DESTDIR)$(sysconfdir)/proftpd
-+ $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 dhparams.pem $(DESTDIR)$(sysconfdir)/proftpd/dhparams.pem.sample
-+ $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 blacklist.dat $(DESTDIR)$(sysconfdir)/proftpd/blacklist.dat.sample
++ $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 $(top_srcdir)/dhparams.pem $(DESTDIR)$(sysconfdir)/proftpd/dhparams.pem.sample
++ $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 $(top_srcdir)/blacklist.dat $(DESTDIR)$(sysconfdir)/proftpd/blacklist.dat.sample
clean:
$(LIBTOOL) --mode=clean $(RM) $(MODULE_NAME).a $(MODULE_NAME).la *.o *.lo .libs/*.o