[41115] trunk/dports/news/tin/Portfile

blb at macports.org blb at macports.org
Thu Oct 23 15:26:47 PDT 2008


Revision: 41115
          http://trac.macports.org/changeset/41115
Author:   blb at macports.org
Date:     2008-10-23 15:26:46 -0700 (Thu, 23 Oct 2008)
Log Message:
-----------
news/tin - fix conflicting man pages with mutt-devel, ticket #11475

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

Modified: trunk/dports/news/tin/Portfile
===================================================================
--- trunk/dports/news/tin/Portfile	2008-10-23 22:04:47 UTC (rev 41114)
+++ trunk/dports/news/tin/Portfile	2008-10-23 22:26:46 UTC (rev 41115)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name			tin
 version			1.8.3
-revision		1
+revision		2
 categories		news
 platforms		darwin
 maintainers		nomaintainer
@@ -58,6 +58,12 @@
 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 {		set f tin.defaults
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081023/a0ad6e8b/attachment.html>


More information about the macports-changes mailing list