[44849] trunk/dports/devel/byaccj

mww at macports.org mww at macports.org
Sat Jan 3 09:52:03 PST 2009


Revision: 44849
          http://trac.macports.org/changeset/44849
Author:   mww at macports.org
Date:     2009-01-03 09:52:03 -0800 (Sat, 03 Jan 2009)
Log Message:
-----------
version 1.15

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

Removed Paths:
-------------
    trunk/dports/devel/byaccj/files/

Modified: trunk/dports/devel/byaccj/Portfile
===================================================================
--- trunk/dports/devel/byaccj/Portfile	2009-01-03 17:41:54 UTC (rev 44848)
+++ trunk/dports/devel/byaccj/Portfile	2009-01-03 17:52:03 UTC (rev 44849)
@@ -3,8 +3,9 @@
 PortSystem 1.0
 
 name		byaccj
-version		1.14
+version		1.15
 categories	devel java
+platforms	darwin
 maintainers	mww
 description	yacc compatible parser generator with Java extension
 long_description	byacc/j is an extension to the Berkeley v1.8 yacc \
@@ -14,19 +15,18 @@
 homepage	http://byaccj.sourceforge.net/
 master_sites	sourceforge
 distname	byaccj${version}_src
-checksums	sha1 207746bde475874e121bec89e9c14d89907f2891
-platforms	darwin
+checksums	sha1 eeabe2a3a3ca9cc56a777fa54238ab093fc525c7
 
 use_configure	no
 
-build.dir	${worksrcpath}/src
+worksrcdir	byaccj${version}/src
 
 destroot	{
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/
-	file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
-	xinstall -W ${worksrcpath}/src new_features no_warranty \
+	file copy ${worksrcpath}/../docs ${destroot}${prefix}/share/doc/${name}
+	xinstall -W ${worksrcpath} new_features no_warranty \
 		${destroot}${prefix}/share/doc/${name}/
-	xinstall -m 755 ${worksrcpath}/src/yacc ${destroot}${prefix}/bin/byaccj
-	xinstall -m 644 ${worksrcpath}/src/yacc.1 ${destroot}${prefix}/share/man/man1/byaccj.1
+	xinstall -m 755 ${worksrcpath}/yacc ${destroot}${prefix}/bin/byaccj
+	xinstall -m 644 ${worksrcpath}/yacc.1 ${destroot}${prefix}/share/man/man1/byaccj.1
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090103/81a72232/attachment.html>


More information about the macports-changes mailing list