Revision
100834
Author
ryandesign@macports.org
Date
2012-12-28 01:15:14 -0800 (Fri, 28 Dec 2012)

Log Message

pkgconfig: always install pkgconfig directories because some ports check for these directories to decide whether to install their .pc files (#37420)

Modified Paths

Diff

Modified: trunk/dports/devel/pkgconfig/Portfile (100833 => 100834)


--- trunk/dports/devel/pkgconfig/Portfile	2012-12-28 06:52:20 UTC (rev 100833)
+++ trunk/dports/devel/pkgconfig/Portfile	2012-12-28 09:15:14 UTC (rev 100834)
@@ -5,7 +5,7 @@
 
 name                pkgconfig
 version             0.27.1
-revision            1
+revision            2
 categories          devel
 maintainers         ryandesign
 license             GPL-2+
@@ -46,6 +46,8 @@
 test.run            yes
 test.target         check
 
+destroot.keepdirs   ${destroot}${prefix}/lib/pkgconfig ${destroot}${prefix}/share/pkgconfig
+
 post-destroot {
     xinstall -m 644 -W ${worksrcpath} \
         AUTHORS \