ports/opt (3.2): mutt: move man-pages
commit 463d11b13b733504cf3e2a2a692e235ff816269e Author: Juergen Daubert <jue@jue.li> Date: Mon May 30 18:13:57 2016 +0200 mutt: move man-pages diff --git a/mutt/.footprint b/mutt/.footprint index 58eaff3..7cd5d58 100644 --- a/mutt/.footprint +++ b/mutt/.footprint @@ -7,14 +7,14 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/etc/ -rw-r--r-- root/root usr/etc/Muttrc -rw-r--r-- root/root usr/etc/mime.types -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/mutt.1.gz --rw-r--r-- root/root usr/man/man1/pgpewrap.1.gz --rw-r--r-- root/root usr/man/man1/pgpring.1.gz --rw-r--r-- root/root usr/man/man1/smime_keys.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/muttrc.5.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/mutt.1.gz +-rw-r--r-- root/root usr/share/man/man1/pgpewrap.1.gz +-rw-r--r-- root/root usr/share/man/man1/pgpring.1.gz +-rw-r--r-- root/root usr/share/man/man1/smime_keys.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/muttrc.5.gz drwxr-xr-x root/root usr/share/mutt/ -rw-r--r-- root/root usr/share/mutt/manual.txt diff --git a/mutt/Pkgfile b/mutt/Pkgfile index d90992f..629897e 100644 --- a/mutt/Pkgfile +++ b/mutt/Pkgfile @@ -5,14 +5,13 @@ name=mutt version=1.6.1 -release=1 +release=2 source=(https://bitbucket.org/mutt/mutt/downloads/$name-$version.tar.gz) build () { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --with-docdir=/usr/share/mutt \ --with-mailpath=/var/spool/mail \ --enable-pop \ @@ -28,6 +27,6 @@ build () { find $PKG/usr/share/mutt/* ! -name manual.txt -delete rm $PKG/usr/etc/{Muttrc,mime.types}.dist rm $PKG/usr/bin/{flea,muttbug} - rm $PKG/usr/man/man1/{flea.1,muttbug.1} - rm $PKG/usr/man/man5/{mmdf.5,mbox.5} + rm $PKG/usr/share/man/man1/{flea.1,muttbug.1} + rm $PKG/usr/share/man/man5/{mmdf.5,mbox.5} }
participants (1)
-
crux@crux.nu