Revision: 108703 https://trac.macports.org/changeset/108703 Author: jmr@macports.org Date: 2013-07-30 21:56:37 -0700 (Tue, 30 Jul 2013) Log Message: ----------- pccts: license Modified Paths: -------------- trunk/dports/devel/pccts/Portfile Modified: trunk/dports/devel/pccts/Portfile =================================================================== --- trunk/dports/devel/pccts/Portfile 2013-07-31 04:39:31 UTC (rev 108702) +++ trunk/dports/devel/pccts/Portfile 2013-07-31 04:56:37 UTC (rev 108703) @@ -1,12 +1,14 @@ # $Id$ PortSystem 1.0 + name pccts set major_version 1 set minor_version 33 version ${major_version}.${minor_version} revision 2 categories devel lang +license public-domain maintainers nomaintainer description Purdue Compiler-Construction Tool Set (parser-generator) long_description \ @@ -37,7 +39,7 @@ build.args-append CC="${configure.cc} ${configure.universal_cflags}" } -destroot { +destroot { xinstall -m 755 ${worksrcpath}/bin/antlr ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/bin/dlg ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/bin/genmk ${destroot}${prefix}/bin
participants (1)
-
jmr@macports.org