[87963] trunk/dports/lang/pure/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Dec 14 00:35:43 PST 2011
Revision: 87963
http://trac.macports.org/changeset/87963
Author: ryandesign at macports.org
Date: 2011-12-14 00:35:43 -0800 (Wed, 14 Dec 2011)
Log Message:
-----------
pure-mode.el: fix destroot
Modified Paths:
--------------
trunk/dports/lang/pure/Portfile
Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-12-14 08:31:21 UTC (rev 87962)
+++ trunk/dports/lang/pure/Portfile 2011-12-14 08:35:43 UTC (rev 87963)
@@ -6,6 +6,7 @@
name pure
# Keep the versions of pure and pure-docs in sync.
version 0.49
+revision 2
categories lang
platforms darwin
maintainers ryandesign
@@ -37,8 +38,6 @@
configure.env PATH=${llvm_path}/bin:$env(PATH)
if {${name} == ${subport}} {
- revision 2
-
depends_lib port:gmp \
port:libiconv \
port:libtool \
@@ -94,8 +93,6 @@
}
subport pure-mode.el {
- revision 1
-
categories-append editors
license GPL-3+
supported_archs noarch
@@ -124,9 +121,7 @@
destroot {
set lispdir ${destroot}${prefix}/share/emacs/site-lisp
+ xinstall -d ${lispdir}
xinstall -m 644 -W ${destroot.dir} pure-mode.el pure-mode.elc ${lispdir}
- set docdir ${destroot}${prefix}/share/doc/${subport}
- xinstall -d ${docdir}
- xinstall -m 644 ${worksrcpath}/COPYING ${docdir}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111214/a5b5ea73/attachment.html>
More information about the macports-changes
mailing list