1
0
forked from ports/opt

mutt: Remove another call of xsltproc. Use Makefile.in instead of .am (FS#1397)

This commit is contained in:
Juergen Daubert 2017-04-01 16:14:10 +02:00
parent c3888317aa
commit 515010d934
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SwJuDKWd269lBDUFkDcQS7qL6vPVOY94RWimsLZquv5Z09gGYZpoBLNxPCIbv8zul0KlqMlQs6AkgBSa5/q7A0=
SHA256 (Pkgfile) = f0548bc38b2e79cd032d526d1e36b62639efe41aed9e89ca454dbc74c4c14fee
RWSE3ohX2g5d/dY/azM+xkVOf3EGOtNBwiG9E/DBra97iyAtCwDatip3Nrt7HB0BCqyEH4uX9RVUr+XFM3iLhHAs0hzyqAyVbQ8=
SHA256 (Pkgfile) = 32a44d2434d41a2899339a9f0acd9cae5f03abf8c2f8f9929e994375abf97aa3
SHA256 (.footprint) = f996ec86bfe2de4f1387c530e3137b4f278f57bfd5606e461322a6bb449d9358
SHA256 (mutt-1.8.0.tar.gz) = 45841eda12804b460260adff8f3f39cc977744e832486a3c49e182eda967adab

View File

@ -11,7 +11,8 @@ source=(https://bitbucket.org/mutt/mutt/downloads/$name-$version.tar.gz)
build () {
cd $name-$version
sed -ri '/^makedoc-all/s/manual\.(html|txt)//g' doc/Makefile.am
sed -re '/^makedoc-all/s/manual\.(html|txt)//g' \
-re '/^makedoc-all/s/stamp-doc-chunked//g' -i doc/Makefile.in
./configure --prefix=/usr \
--with-docdir=/usr/share/mutt \