[90222] trunk/dports/security/yubico-pam/Portfile

cal at macports.org cal at macports.org
Sun Feb 26 19:08:39 PST 2012


Revision: 90222
          http://trac.macports.org/changeset/90222
Author:   cal at macports.org
Date:     2012-02-26 19:08:38 -0800 (Sun, 26 Feb 2012)
Log Message:
-----------
yubico-pam: Do not install header util.h conflicting with system header

Modified Paths:
--------------
    trunk/dports/security/yubico-pam/Portfile

Modified: trunk/dports/security/yubico-pam/Portfile
===================================================================
--- trunk/dports/security/yubico-pam/Portfile	2012-02-27 02:37:46 UTC (rev 90221)
+++ trunk/dports/security/yubico-pam/Portfile	2012-02-27 03:08:38 UTC (rev 90222)
@@ -7,6 +7,7 @@
 github.setup    Yubico yubico-pam 2.11
 checksums       rmd160  fd73dba91c40de9df509450bf2523b0362f53a10 \
                 sha256  8e88282721614bfe27c544b55231b9f4e1e8dee4ad3db754fc6f2d2b8144ac6e
+revision        1
 
 # I'm explicitly not marking this openmaintainer
 maintainers     cal
@@ -48,6 +49,9 @@
                 yes
 
 post-destroot {
+    # remove header which is unneeded, because there's no software linking
+    # against yubico-pam and which clashes with a system header
+    file delete ${destroot}${prefix}/include/util.h
     file delete ${destroot}/usr/lib/pam/pam_yubico.la
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120226/097fcb10/attachment.html>


More information about the macports-changes mailing list