[48471] trunk/dports/www/httperf/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Mar 22 18:28:27 PDT 2009


Revision: 48471
          http://trac.macports.org/changeset/48471
Author:   ryandesign at macports.org
Date:     2009-03-22 18:28:26 -0700 (Sun, 22 Mar 2009)
Log Message:
-----------
httperf:

 * it does use MacPorts openssl, so declare the dependency
 * install additional documentation files

Modified Paths:
--------------
    trunk/dports/www/httperf/Portfile

Modified: trunk/dports/www/httperf/Portfile
===================================================================
--- trunk/dports/www/httperf/Portfile	2009-03-23 01:23:44 UTC (rev 48470)
+++ trunk/dports/www/httperf/Portfile	2009-03-23 01:28:26 UTC (rev 48471)
@@ -4,6 +4,7 @@
 
 name             httperf
 version          0.9.0
+revision         1
 categories       www benchmarks
 maintainers      nomaintainer
 description      tool for measuring webserver performance
@@ -26,7 +27,21 @@
                  sha1 2aa885c0c143d809c0e50a6eca5063090bddee35 \
                  rmd160 59580cf5e876b18e69ffb69214c97fbc524be749
 
+depends_lib      port:openssl
+
 configure.cppflags
 
 destroot.destdir prefix=${destroot}${prefix} \
                  exec_prefix=${destroot}${prefix}
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}-${version}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        ChangeLog \
+        NEWS \
+        README \
+        TODO \
+        ${docdir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090322/fa7a505e/attachment-0001.html>


More information about the macports-changes mailing list