Merge pull request #11213 from mitchty/ncftp-manpages-prefix-fix
Ncftp manpage /usr/local workaround
This commit is contained in:
commit
831aa518fd
|
@ -23,10 +23,12 @@ stdenv.mkDerivation {
|
||||||
sed 's@/bin/rm@${coreutils}/bin/rm@g' -i configure
|
sed 's@/bin/rm@${coreutils}/bin/rm@g' -i configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
configureFlags = [ "--mandir=$out/share/man/" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Command line FTP (File Transfer Protocol) client";
|
description = "Command line FTP (File Transfer Protocol) client";
|
||||||
homepage = http://www.ncftp.com/ncftp/;
|
homepage = http://www.ncftp.com/ncftp/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue