[48499] trunk/dports/sysutils/groff/Portfile

vinc17 at macports.org vinc17 at macports.org
Mon Mar 23 16:07:55 PDT 2009


Revision: 48499
          http://trac.macports.org/changeset/48499
Author:   vinc17 at macports.org
Date:     2009-03-23 16:07:54 -0700 (Mon, 23 Mar 2009)
Log Message:
-----------
groff: remove charset.alias (which breaks the locales).

Modified Paths:
--------------
    trunk/dports/sysutils/groff/Portfile

Modified: trunk/dports/sysutils/groff/Portfile
===================================================================
--- trunk/dports/sysutils/groff/Portfile	2009-03-23 21:52:40 UTC (rev 48498)
+++ trunk/dports/sysutils/groff/Portfile	2009-03-23 23:07:54 UTC (rev 48499)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name             groff
 version          1.20.1
+revision         1
 categories       sysutils textproc
 maintainers      nomaintainer
 description      GNU Troff (Groff)
@@ -20,3 +21,6 @@
                  --mandir=${prefix}/share/man \
                  --without-x
 
+post-destroot {
+    delete ${destroot}${prefix}/lib/charset.alias
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090323/528e169d/attachment.html>


More information about the macports-changes mailing list