[41117] trunk/dports/news/tin-recent/Portfile

vinc17 at macports.org vinc17 at macports.org
Thu Oct 23 17:40:07 PDT 2008


Revision: 41117
          http://trac.macports.org/changeset/41117
Author:   vinc17 at macports.org
Date:     2008-10-23 17:40:06 -0700 (Thu, 23 Oct 2008)
Log Message:
-----------
tin-recent: fix conflicting man pages with mutt-devel (same change as
in r41115 for tin).

Modified Paths:
--------------
    trunk/dports/news/tin-recent/Portfile

Modified: trunk/dports/news/tin-recent/Portfile
===================================================================
--- trunk/dports/news/tin-recent/Portfile	2008-10-23 23:29:41 UTC (rev 41116)
+++ trunk/dports/news/tin-recent/Portfile	2008-10-24 00:40:06 UTC (rev 41117)
@@ -68,7 +68,7 @@
 
 name                tin-recent
 version             1.9.3
-revision            1
+revision            2
 categories          news
 platforms           darwin
 maintainers         vincent-opdarw at vinc17.org
@@ -144,6 +144,11 @@
 post-destroot {
     xinstall -m 755 -v -W "${worksrcpath}/tools" \
       expiretover tinews.pl tinlock "${destroot}${prefix}/bin"
+   # mutt-devel also installs these man pages, so removing here (since they
+   # describe mail formats, makes a little more sense to be in the mail app)
+   # ticket #11475
+   delete ${destroot}${prefix}/share/man/man5/mbox.5
+   delete ${destroot}${prefix}/share/man/man5/mmdf.5
 }
 
 post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081023/5c843bfa/attachment.html>


More information about the macports-changes mailing list