commit 397a6820492397b32564f233630f0bb9acb51fe3 Author: Juergen Daubert <jue@jue.li> Date: Wed Nov 30 13:09:21 2016 +0100 maradns: move man-pages to /usr/share/man diff --git a/maradns/.footprint b/maradns/.footprint index 558086e..4185861 100644 --- a/maradns/.footprint +++ b/maradns/.footprint @@ -12,19 +12,20 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/askmara -rwxr-xr-x root/root usr/bin/fetchzone -rwxr-xr-x root/root usr/bin/getzone -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/askmara.1.gz --rw-r--r-- root/root usr/man/man1/fetchzone.1.gz --rw-r--r-- root/root usr/man/man1/getzone.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/csv1.5.gz --rw-r--r-- root/root usr/man/man5/csv2.5.gz --rw-r--r-- root/root usr/man/man5/csv2_txt.5.gz --rw-r--r-- root/root usr/man/man5/mararc.5.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/maradns.8.gz --rw-r--r-- root/root usr/man/man8/zoneserver.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/maradns -rwxr-xr-x root/root usr/sbin/zoneserver +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/askmara.1.gz +-rw-r--r-- root/root usr/share/man/man1/fetchzone.1.gz +-rw-r--r-- root/root usr/share/man/man1/getzone.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/csv1.5.gz +-rw-r--r-- root/root usr/share/man/man5/csv2.5.gz +-rw-r--r-- root/root usr/share/man/man5/csv2_txt.5.gz +-rw-r--r-- root/root usr/share/man/man5/mararc.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/maradns.8.gz +-rw-r--r-- root/root usr/share/man/man8/zoneserver.8.gz diff --git a/maradns/.signature b/maradns/.signature index 8539184..3a8f172 100644 --- a/maradns/.signature +++ b/maradns/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/YpaRZGGig7X3aKpSMHM2fXa5bOWQhGkFBw4QDP7+/NdlidgvpBPmgRTlfES14wDCzm4/NK8KiMl/uoS4VRXQAQ= -SHA256 (Pkgfile) = 303dbff80f53bd3b65161413c60ace4e926ededf49d2949f81fa86961b5e83c1 -SHA256 (.footprint) = 0819851f413d159bfca136d5ec4d8d34c074f7e43cb7c4ed406c0da02c971eb5 +RWSE3ohX2g5d/UWvy655tczMNijZDDXY8CmYxTIuUvyvbyTBi9x3mh7zxXGN82edPXVO+ALivycxrxDeOLyi1QEWNs9oF+dK3gg= +SHA256 (Pkgfile) = ff5c1425dc844ecaf73c076e3a28a0fae6a8af4f23a8967d39818d5c3c62e0e4 +SHA256 (.footprint) = 5a05ccb9b87167d86e461961de65a9faa670f4a9be19fe5fd1d74fb6485e1221 SHA256 (maradns-2.0.13.tar.bz2) = 661ea06fb18df6d2469b2bf824ffd93545a091af185362cbc738d1aa408210c3 SHA256 (mararc) = 090d5cdd0c388206357ab14e6f03f4cf64dbb8e2580f7342d3fd6d047a1e651d SHA256 (maradns) = fe2f36ef23a530784df4574c52b335c97863fe49dff5d22c19076dd32d5858af diff --git a/maradns/Pkgfile b/maradns/Pkgfile index 09b2957..bc302e1 100644 --- a/maradns/Pkgfile +++ b/maradns/Pkgfile @@ -4,14 +4,14 @@ name=maradns version=2.0.13 -release=1 +release=2 source=(http://maradns.samiam.org/download/2.0/$version/$name-$version.tar.bz2 \ mararc maradns db.localhost) build () { cd maradns-$version - install -d $PKG/usr/{bin,sbin,man/man{1,5,8}} + install -d $PKG/usr/{bin,sbin,man/man{1,5,8},share} install -d $PKG/etc/{rc.d,maradns} sed -i "/^FLAGS/s/-O2/$CFLAGS/" build/Makefile.linux @@ -29,6 +29,9 @@ build () { rm $PKG/usr/bin/duende rm $PKG/usr/man/man8/duende.8 + # move man-pages + mv $PKG/usr/man/ $PKG/usr/share/man + rm -r $PKG/usr/doc mv $PKG/etc/mararc $PKG/etc/mararc.sample