[35878] trunk/dports/devel/libelf/Portfile

rhwood at macports.org rhwood at macports.org
Wed Apr 9 02:54:30 PDT 2008


Revision: 35878
          http://trac.macosforge.org/projects/macports/changeset/35878
Author:   rhwood at macports.org
Date:     2008-04-09 02:54:30 -0700 (Wed, 09 Apr 2008)

Log Message:
-----------
Commiting patch from #14955 per Jonathan Strine's email.

Modified Paths:
--------------
    trunk/dports/devel/libelf/Portfile

Modified: trunk/dports/devel/libelf/Portfile
===================================================================
--- trunk/dports/devel/libelf/Portfile	2008-04-09 09:17:13 UTC (rev 35877)
+++ trunk/dports/devel/libelf/Portfile	2008-04-09 09:54:30 UTC (rev 35878)
@@ -3,6 +3,7 @@
 
 name		libelf
 version		0.8.10
+revision	1
 categories	devel
 maintainers	jstrine at vexate.net
 description	ELF object file access library 
@@ -24,3 +25,7 @@
 configure.args			--enable-compat
 build.pre_args-append		instroot=${destroot}
 destroot.pre_args-append	instroot=${destroot}
+
+post-destroot {
+	file delete ${destroot}${prefix}/include/nlist.h
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/da955748/attachment.html


More information about the macports-changes mailing list