forked from ports/contrib
wol: install man pages in /usr/share/man
This commit is contained in:
parent
e4c83c2d09
commit
f558e327b4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user