1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/ftp/proftpd/files/patch-contrib-mod_sftp-Makefile.in
Martin Matuska 0ffb313445 - Remove etc/proftpd creation from Makefile
- Fix directory creation bug in patch-contrib-mod_sftp-Makefile.in
2010-03-24 16:45:10 +00:00

15 lines
763 B
Plaintext

--- contrib/mod_sftp/Makefile.in.orig 2009-09-16 08:09:57.000000000 +0200
+++ contrib/mod_sftp/Makefile.in 2010-03-24 17:38:46.947039120 +0100
@@ -45,8 +45,9 @@
fi
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) -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
clean:
$(RM) $(MODULE_NAME).a *.o *.la *.lo