ports/contrib (3.3): wol: install man pages in /usr/share/man
commit f558e327b40699f5434e3f6429c18131aaa271a4 Author: Alan Mizrahi <alan at mizrahi dot com dot ve> Date: Thu Sep 21 10:10:20 2017 +0900 wol: install man pages in /usr/share/man diff --git a/wol/.footprint b/wol/.footprint index 39d32e76..cba51294 100644 --- a/wol/.footprint +++ b/wol/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/wol -rwxr-xr-x root/root usr/bin/wol-bootptab -rwxr-xr-x root/root usr/bin/wol-dhcpdconf -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/wol.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/wol.1.gz diff --git a/wol/.signature b/wol/.signature index da27c101..cacd0627 100644 --- a/wol/.signature +++ b/wol/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39KDTRUPf119ci/vBAwaysA27eg7wub73/KrYnb4WEcmUorQRD6X0X1bm6VJ9k5JOCuajiLpbcAR87WlzZ48GQo= -SHA256 (Pkgfile) = 8d713135d4700a11e6d048e11f53944387407d8c4e8bc36302a1ca95849f2d35 -SHA256 (.footprint) = c652a8c0296196987106c017d981c89c7010e85563fde5c443ea9559a04e1740 +RWSagIOpLGJF3889WsB9GDpFXUqzQv+qohCtxbd+4qMzvCX+bTO2SOaY9RuRZChyP21redsU/OsK9KJh9CVsmXUSa+kl0zGTOgE= +SHA256 (Pkgfile) = e707fb5c990c26c3786da2d493ffa4692650bdc784092322e290e2acc91d0d28 +SHA256 (.footprint) = 9829988c32902d26e5fada6c87d2c7dcd2e8d2d0b9fb74cf9afeab96676a9ffb SHA256 (wol-0.7.1.tar.gz) = e0086c9b9811df2bdf763ec9016dfb1bcb7dba9fa6d7858725b0929069a12622 diff --git a/wol/Pkgfile b/wol/Pkgfile index 85498a8a..915c5f77 100644 --- a/wol/Pkgfile +++ b/wol/Pkgfile @@ -10,7 +10,10 @@ source=(http://prdownloads.sf.net/wake-on-lan/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --disable-nls + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --disable-nls make make DESTDIR=$PKG install rm -rf $PKG/usr/info
participants (1)
-
crux@crux.nu