[43172] trunk/dports/devel/ht/Portfile

landonf at macports.org landonf at macports.org
Sat Dec 6 09:06:49 PST 2008


Revision: 43172
          http://trac.macports.org/changeset/43172
Author:   landonf at macports.org
Date:     2008-12-06 09:06:48 -0800 (Sat, 06 Dec 2008)
Log Message:
-----------
Avoid binary naming conflict with texlive

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

Modified: trunk/dports/devel/ht/Portfile
===================================================================
--- trunk/dports/devel/ht/Portfile	2008-12-06 17:02:10 UTC (rev 43171)
+++ trunk/dports/devel/ht/Portfile	2008-12-06 17:06:48 UTC (rev 43172)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		ht
 version		2.0.14
+revision    1
 categories	devel editors
 maintainers	landonf at macports.org
 description	HT is a file editor/viewer/analyzer for executables.
@@ -18,3 +19,7 @@
 checksums   md5     168a72e3cee6e7c66a20acf3c469c56a \
             sha1    330dd12879bb7aa5bc5a358019020a2a560a83a2 \
             rmd160  8c88e0ad0162977c55c6a6d97e23141815559811
+
+post-destroot {
+    file rename ${destroot}/${prefix}/bin/ht ${destroot}/${prefix}/bin/hte
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081206/0900167b/attachment.html>


More information about the macports-changes mailing list