[42059] trunk/dports/devel/bison/Portfile

mww at macports.org mww at macports.org
Fri Nov 14 00:16:35 PST 2008


Revision: 42059
          http://trac.macports.org/changeset/42059
Author:   mww at macports.org
Date:     2008-11-14 00:16:32 -0800 (Fri, 14 Nov 2008)
Log Message:
-----------
delete ${prefix}/lib/cgarset.alias (#17084);
delete yacc manpage if yacc variant is not enabled;
increase revision;

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

Modified: trunk/dports/devel/bison/Portfile
===================================================================
--- trunk/dports/devel/bison/Portfile	2008-11-14 07:51:25 UTC (rev 42058)
+++ trunk/dports/devel/bison/Portfile	2008-11-14 08:16:32 UTC (rev 42059)
@@ -4,6 +4,7 @@
 
 name            bison
 version         2.4
+revision	1
 categories      devel
 maintainers     mww
 description     general-purpose parser generator
@@ -42,6 +43,11 @@
 		calc++-scanner.cc calc++-scanner.ll calc++.cc location.hh \
 		position.hh stack.hh test \
 		${destroot}${docdir}/examples/calc++
+	delete ${destroot}${prefix}/lib/charset.alias
+	# yacc manpage gets installed even with '--disable-yacc'
+	if {! [variant_isset yacc]} {
+		delete ${destroot}${prefix}/share/man/man1/yacc.1
+	}
 }
 
 livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081114/bbe8ad8b/attachment.html>


More information about the macports-changes mailing list