[112153] trunk/dports/net/ipsvd/Portfile

jmr at macports.org jmr at macports.org
Sun Oct 13 21:18:47 PDT 2013


Revision: 112153
          https://trac.macports.org/changeset/112153
Author:   jmr at macports.org
Date:     2013-10-13 21:18:47 -0700 (Sun, 13 Oct 2013)
Log Message:
-----------
ipsvd: set license, disable parallel build, install COPYING file as required by BSD license

Modified Paths:
--------------
    trunk/dports/net/ipsvd/Portfile

Modified: trunk/dports/net/ipsvd/Portfile
===================================================================
--- trunk/dports/net/ipsvd/Portfile	2013-10-14 02:36:11 UTC (rev 112152)
+++ trunk/dports/net/ipsvd/Portfile	2013-10-14 04:18:47 UTC (rev 112153)
@@ -1,9 +1,12 @@
 # $Id$
 
 PortSystem 1.0
+
 name             ipsvd
 version          1.0.0
+revision         1
 categories       net
+license          BSD
 maintainers      nomaintainer
 description      internet protocol service daemons
 long_description \
@@ -25,6 +28,7 @@
 
 build.dir        ${worksrcpath}/src
 build.target
+use_parallel_build   no
 
 test.run         yes
 test.target      check
@@ -43,6 +47,10 @@
 		${destroot}${prefix}/share/man/man7
 	xinstall -m 444 ${worksrcpath}/man/sslio.8 \
 		${destroot}${prefix}/share/man/man8
+
+	xinstall -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 444 -W ${worksrcpath}/package README COPYING \
+		${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131013/e48e66eb/attachment.html>


More information about the macports-changes mailing list