[142847] trunk/dports/security/cyrus-sasl2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 07:29:17 PST 2015


Revision: 142847
          https://trac.macports.org/changeset/142847
Author:   jeremyhu at macports.org
Date:     2015-11-24 14:09:53 -0800 (Tue, 24 Nov 2015)
Log Message:
-----------
cyrus-sasl2: Don't install Makefiles with documentation

Modified Paths:
--------------
    trunk/dports/security/cyrus-sasl2/Portfile

Modified: trunk/dports/security/cyrus-sasl2/Portfile
===================================================================
--- trunk/dports/security/cyrus-sasl2/Portfile	2015-11-24 20:04:09 UTC (rev 142846)
+++ trunk/dports/security/cyrus-sasl2/Portfile	2015-11-24 22:09:53 UTC (rev 142847)
@@ -6,7 +6,7 @@
 
 name                    cyrus-sasl2
 version                 2.1.26
-revision                4
+revision                5
 categories              security net
 platforms               darwin
 # license is BSD plus a fourth (almost redundant) acknowledgement clause
@@ -92,6 +92,7 @@
         ${destroot}${prefix}/var/pwcheck
     
     file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
+    eval delete [glob ${destroot}${prefix}/share/doc/${name}/*Makefile*]
 }
 
 variant kerberos description "Enable Kerberos support" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/4ee6277d/attachment.html>


More information about the macports-changes mailing list