summaryrefslogtreecommitdiff
path: root/wol
diff options
context:
space:
mode:
authorAlan Mizrahi <alan at mizrahi dot com dot ve>2017-09-21 10:10:20 +0900
committerAlan Mizrahi <alan at mizrahi dot com dot ve>2017-09-21 10:10:20 +0900
commitf558e327b40699f5434e3f6429c18131aaa271a4 (patch)
tree8b05ca6e9590be0b3aeb2c3e9d9a69bb92cd32ad /wol
parente4c83c2d092839d4ace74607bcbeeb1a035419cb (diff)
downloadcontrib-f558e327b40699f5434e3f6429c18131aaa271a4.tar.gz
contrib-f558e327b40699f5434e3f6429c18131aaa271a4.tar.xz
wol: install man pages in /usr/share/man
Diffstat (limited to 'wol')
-rw-r--r--wol/.footprint7
-rw-r--r--wol/.signature6
-rw-r--r--wol/Pkgfile5
3 files changed, 11 insertions, 7 deletions
diff --git a/wol/.footprint b/wol/.footprint
index 39d32e766..cba512947 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 da27c1011..cacd0627f 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 85498a8a3..915c5f77d 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

Generated by cgit