[60136] trunk/dports/www/loggerhead/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Nov 2 18:46:26 PST 2009


Revision: 60136
          http://trac.macports.org/changeset/60136
Author:   macsforever2000 at macports.org
Date:     2009-11-02 18:46:23 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
Place libs in correct directory. (#22264)

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

Modified: trunk/dports/www/loggerhead/Portfile
===================================================================
--- trunk/dports/www/loggerhead/Portfile	2009-11-03 00:55:31 UTC (rev 60135)
+++ trunk/dports/www/loggerhead/Portfile	2009-11-03 02:46:23 UTC (rev 60136)
@@ -5,6 +5,7 @@
 
 name                loggerhead
 version             1.17
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          www devel
 platforms           darwin
@@ -17,7 +18,7 @@
                     annotate files, view patches, perform searches, \
                     etc. It's originally based on bazaar-webserve, \
                     which is itself based on hgweb for Mercurial.
-license             GPLv2
+license             GPLv2+
 
 homepage            https://launchpad.net/loggerhead
 master_sites        ${homepage}/${branch}/${version}/+download/
@@ -30,5 +31,10 @@
                     port:py26-paste \
                     port:py26-simpletal \
                     port:bzr
-
-destroot.destdir    --prefix=${destroot}${prefix}
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} loggerhead.conf.example \
+        README COPYING.txt NEWS ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} serve-branches.1 \
+    	     ${destroot}${prefix}/share/man/man1
+    ln -s ${python.prefix}/bin/serve-branches ${destroot}${prefix}/bin/serve-branches
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091102/c98e2ccb/attachment.html>


More information about the macports-changes mailing list