3
0
Fork 0
forked from mirrors/nixpkgs

* Install the manpage.

svn path=/nixpkgs/trunk/; revision=21931
This commit is contained in:
Eelco Dolstra 2010-05-20 23:06:10 +00:00
parent f5ccde78ff
commit fa94d434a1

View file

@ -24,6 +24,12 @@ stdenv.mkDerivation rec {
installFlags = "PREFIX=$(out) INSTALLPREFIX=$(out)";
postInstall =
''
ensureDir $out/share/man/man1
cp miniupnpd.1 $out/share/man/man1/
'';
meta = {
homepage = http://miniupnp.free.fr/;
description = "A daemon that implements the UPnP Internet Gateway Device (IGD) specification";