diff options
Diffstat (limited to 'ftp/smbftpd/files/patch-Makefile.in')
-rw-r--r-- | ftp/smbftpd/files/patch-Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ftp/smbftpd/files/patch-Makefile.in b/ftp/smbftpd/files/patch-Makefile.in deleted file mode 100644 index 53dbc3f1af21..000000000000 --- a/ftp/smbftpd/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.old Mon Jan 23 12:43:31 2006 -+++ Makefile.in Mon Jan 23 12:44:39 2006 -@@ -110,8 +110,8 @@ - fi; - - @if [ "$(OSTYPE)" = "FreeBSD" ]; then \ -- echo "install -c -m 755 os/FreeBSD/smbftpd.sh /usr/local/etc/rc.d/"; \ -- install -c -m 755 os/FreeBSD/smbftpd.sh /usr/local/etc/rc.d/; \ -+ echo "install -c -m 755 os/FreeBSD/smbftpd.sh $(PREFIX)/etc/rc.d/"; \ -+ install -c -m 755 os/FreeBSD/smbftpd.sh $(PREFIX)/etc/rc.d/; \ - elif [ "$(OSTYPE)" = "linux" ]; then \ - if [ ! -f /etc/pam.d/ftpd ]; then \ - echo "install install -c -m 644 os/linux/ftpd.pam /etc/pam.d/ftpd"; \ |