[76976] trunk/dports/devel/fossil/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 15 16:12:24 PDT 2011


Revision: 76976
          http://trac.macports.org/changeset/76976
Author:   ryandesign at macports.org
Date:     2011-03-15 16:12:22 -0700 (Tue, 15 Mar 2011)
Log Message:
-----------
fossil: indicate license and also install doc files; see #28795

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

Modified: trunk/dports/devel/fossil/Portfile
===================================================================
--- trunk/dports/devel/fossil/Portfile	2011-03-15 23:01:13 UTC (rev 76975)
+++ trunk/dports/devel/fossil/Portfile	2011-03-15 23:12:22 UTC (rev 76976)
@@ -5,8 +5,10 @@
 
 name                fossil
 version             20110301190432
+revision            1
 categories          devel
 platforms           darwin
+license             BSD
 maintainers         googlemail.com:ciserlohn
 
 description         Simple, high-reliability, distributed software configuration management
@@ -52,6 +54,18 @@
                     CFLAGS=${configure.cflags} \
                     LDFLAGS=${configure.ldflags}
 
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        COPYRIGHT-BSD2.txt \
+        ci_cvs.txt \
+        ci_fossil.txt \
+        cvs2fossil.txt \
+        rse-notes.txt \
+        ${docdir}
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}/download.html
 livecheck.regex     ${name}-src-(\\d{14})${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110315/b172d497/attachment.html>


More information about the macports-changes mailing list