[96502] trunk/dports/math/e/Portfile
mww at macports.org
mww at macports.org
Sun Aug 12 03:47:43 PDT 2012
Revision: 96502
https://trac.macports.org/changeset/96502
Author: mww at macports.org
Date: 2012-08-12 03:47:43 -0700 (Sun, 12 Aug 2012)
Log Message:
-----------
e: whitespace changes only
Modified Paths:
--------------
trunk/dports/math/e/Portfile
Modified: trunk/dports/math/e/Portfile
===================================================================
--- trunk/dports/math/e/Portfile 2012-08-12 10:44:45 UTC (rev 96501)
+++ trunk/dports/math/e/Portfile 2012-08-12 10:47:43 UTC (rev 96502)
@@ -2,32 +2,32 @@
PortSystem 1.0
-name e
-version 0.02718
-categories math
-platforms darwin
-license GPL-2
-maintainers nomaintainer
-description e is a command line expression evaluator.
-long_description e is a command line expression evaluator. It was designed \
- to be as small as possible, and quick to use.
+name e
+version 0.02718
+categories math
+platforms darwin
+license GPL-2
+maintainers nomaintainer
+description e is a command line expression evaluator.
+long_description e is a command line expression evaluator. It was designed \
+ to be as small as possible, and quick to use.
-homepage http://www.softnet.tuc.gr/~apdim/projects/e/
-master_sites ${homepage}
+homepage http://www.softnet.tuc.gr/~apdim/projects/e/
+master_sites ${homepage}
checksums rmd160 084e13df470387926a403ba6c0ed8a9249f7865c \
sha256 932bbe804d13c0e0e1513407420c80ea5ec077d6a90c0c6cabda8c503958b3e7
installs_libs no
-extract.post_args "| tar -xf - --exclude e"
+extract.post_args-append --exclude=e
-use_configure no
+use_configure no
build.target
-destroot {
- xinstall -m 755 -s ${worksrcpath}/e ${destroot}${prefix}/bin
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} EXAMPLES GPL GRAMMAR README \
- ${destroot}${prefix}/share/doc/${name}
+destroot {
+ xinstall -m 755 -s ${worksrcpath}/e ${destroot}${prefix}/bin
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} EXAMPLES GPL GRAMMAR README \
+ ${destroot}${prefix}/share/doc/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120812/f7ba8cf1/attachment.html>
More information about the macports-changes
mailing list