ports/opt (3.3): masqmail: move man-pages to /usr/share/man
commit 9f65a20c44fda52998a32db226800757c905d6b7 Author: Juergen Daubert <jue@jue.li> Date: Wed Nov 30 13:10:36 2016 +0100 masqmail: move man-pages to /usr/share/man diff --git a/masqmail/.footprint b/masqmail/.footprint index 96673d1..1f886ef 100644 --- a/masqmail/.footprint +++ b/masqmail/.footprint @@ -10,21 +10,21 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/mailq -> ../sbin/masqmail -rwxr-xr-x root/root usr/bin/mservdetect -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/mservdetect.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/masqmail.aliases.5.gz --rw-r--r-- root/root usr/man/man5/masqmail.conf.5.gz --rw-r--r-- root/root usr/man/man5/masqmail.route.5.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/masqmail.8.gz --rw-r--r-- root/root usr/man/man8/rmail.8.gz drwxr-xr-x root/root usr/sbin/ -rwsr-xr-x root/root usr/sbin/masqmail -rwxr-xr-x root/root usr/sbin/rmail lrwxrwxrwx root/root usr/sbin/sendmail -> masqmail 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/mservdetect.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/masqmail.aliases.5.gz +-rw-r--r-- root/root usr/share/man/man5/masqmail.conf.5.gz +-rw-r--r-- root/root usr/share/man/man5/masqmail.route.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/masqmail.8.gz +-rw-r--r-- root/root usr/share/man/man8/rmail.8.gz drwxr-xr-x root/root usr/share/masqmail/ drwxr-xr-x root/root usr/share/masqmail/tpl/ -rw-r--r-- root/root usr/share/masqmail/tpl/failmsg.tpl diff --git a/masqmail/.signature b/masqmail/.signature index 52b1cf3..4f40dc4 100644 --- a/masqmail/.signature +++ b/masqmail/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WvchtqCC3Jv3yh555kvyoSGQvmaNnVEXIuG8M69s/G+WvoAQQLPH1TJk0/iuGKYuAMIMJySknss82tTWKGUjwQ= -SHA256 (Pkgfile) = 4350f287d9bc4ceedb3c3fec28573383356b8023bffdb2260138245ea0b23fd0 -SHA256 (.footprint) = 1b2e9928760533789d26adefb027ac88b5778539698f0f08d0a45aa67119d08b +RWSE3ohX2g5d/ZqlVz5vlvHwuJ7qGp770sTsnn+VwB6KtId6eLTc869swmcKjUZCz5TxME4+hH+XqRo3LoAV3PAP7oeI+zgj8gA= +SHA256 (Pkgfile) = 85f40f941dfa60d7596205a3d43e165889c181665aa9d46f53f46f041997875d +SHA256 (.footprint) = ed97f7d6f7d33d60a0342c68a6847e633240d6a284fd796c30c0b302389005fe SHA256 (masqmail-0.3.5.tar.gz) = 030699bdce256f6446239e793e301331e94c4a0124808ce0f7a926ed99b34039 SHA256 (masqmail) = 0636547500c3cb7c65408c91def4231cdebf9be7600e567dbd853b652ca13094 diff --git a/masqmail/Pkgfile b/masqmail/Pkgfile index f4c5b99..c5a7a45 100644 --- a/masqmail/Pkgfile +++ b/masqmail/Pkgfile @@ -5,7 +5,7 @@ name=masqmail version=0.3.5 -release=3 +release=4 source=(http://marmaro.de/prog/masqmail/files/$name-$version.tar.gz masqmail) @@ -13,7 +13,6 @@ build () { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --with-user=mail \ --with-group=mail make
participants (1)
-
crux@crux.nu