Modified: trunk/dports/devel/pccts/Portfile (108702 => 108703)
--- 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