[31312] trunk/dports/perl/p5-perlbal/Portfile
pmq at macports.org
pmq at macports.org
Mon Nov 19 15:22:49 PST 2007
Revision: 31312
http://trac.macosforge.org/projects/macports/changeset/31312
Author: pmq at macports.org
Date: 2007-11-19 15:22:48 -0800 (Mon, 19 Nov 2007)
Log Message:
-----------
Add some docs and the sample conf files.
Modified Paths:
--------------
trunk/dports/perl/p5-perlbal/Portfile
Modified: trunk/dports/perl/p5-perlbal/Portfile
===================================================================
--- trunk/dports/perl/p5-perlbal/Portfile 2007-11-19 23:18:39 UTC (rev 31311)
+++ trunk/dports/perl/p5-perlbal/Portfile 2007-11-19 23:22:48 UTC (rev 31312)
@@ -4,6 +4,7 @@
PortGroup perl5 1.0
perl5.setup Perlbal 1.60
+revision 1
categories net perl
platforms darwin
maintainers pmq at macports.org
@@ -18,3 +19,10 @@
depends_run-append port:p5-net-netmask port:p5-danga-socket \
port:p5-bsd-resource port:p5-libwww
+
+post-destroot {
+# set sharedir ${destroot}${prefix}/share/[string tolower ${name}]-${version}
+ set sharedir ${destroot}${prefix}/share/perlbal-${version}
+ xinstall -d ${sharedir}
+ file copy ${worksrcpath}/doc ${worksrcpath}/conf ${sharedir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071119/5f360415/attachment.html
More information about the macports-changes
mailing list