miau: fix mandir

This commit is contained in:
Tim Biermann 2020-01-20 15:11:22 +00:00
parent 93f783a715
commit 2e0fc2303e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 7 additions and 8 deletions

View File

@ -2,10 +2,10 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/miau
-rwxr-xr-x root/root usr/bin/miau-check
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/miau.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/miau.1.gz
drwxr-xr-x root/root usr/share/miau/
drwxr-xr-x root/root usr/share/miau/examples/
-rw-r--r-- root/root usr/share/miau/examples/miaurc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35zzhAR/RKDCadiC3uohwdSkcuWwfQ/f030/KryGr06N8MzpvQgm0R+J/0gkxy0tIdjnKEjcXBjlHF66NK5NgQc=
SHA256 (Pkgfile) = 5f726efd67d701ab5756173ccb751f55c5c265b013d41232c45e9c6b35b4c2b4
SHA256 (.footprint) = b92458fdd9b887b82c8fcda1220f555901933775bc1fff833d9491a764b07c25
RWSagIOpLGJF336QmaTwIK3NaiJi5rRNiUxrQVISz2jL5C4QsHJlmHLScziOHZRGFOShIAo5sD45AALmywPuMACEQ4nhK9imnws=
SHA256 (Pkgfile) = b03dbe6ef905195ef9b70d89be49440e7a198d71600c5dc2da46ba0440e4b9cc
SHA256 (.footprint) = b99534ff32ffbfba0033f5c96095a18f269609796cedfb4736874e12d9175ee0
SHA256 (miau-0.6.6.tar.bz2) = 5409fd19748fe0eb98b9975270233878d02718538e9c3b438fe0b74d61465804

View File

@ -5,14 +5,13 @@
name=miau
version=0.6.6
release=1
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-dccbounce \
--enable-mkpasswd \
--enable-uptime \