[71228] trunk/dports/lang/sml-mode.el/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Sep 5 07:52:44 PDT 2010


Revision: 71228
          http://trac.macports.org/changeset/71228
Author:   mcalhoun at macports.org
Date:     2010-09-05 07:52:42 -0700 (Sun, 05 Sep 2010)
Log Message:
-----------
sml-mode.el: Update version 4.0 -> 4.1. Remove version from doc directories.

Modified Paths:
--------------
    trunk/dports/lang/sml-mode.el/Portfile

Modified: trunk/dports/lang/sml-mode.el/Portfile
===================================================================
--- trunk/dports/lang/sml-mode.el/Portfile	2010-09-05 14:40:00 UTC (rev 71227)
+++ trunk/dports/lang/sml-mode.el/Portfile	2010-09-05 14:52:42 UTC (rev 71228)
@@ -4,9 +4,9 @@
 PortSystem 1.0
 
 name               sml-mode.el
-version            4.0
+version            4.1
 categories         lang editors
-maintainers        mcalhoun
+maintainers        mcalhoun openmaintainer
 description        An EMACS major mode for editing Standard ML
 long_description   ${description}
 homepage           http://www.iro.umontreal.ca/~monnier/elisp/
@@ -35,11 +35,11 @@
     destroot.target-append \
         install_info install_dvi \
         infodir=${destroot}${prefix}/share/info \
-        docdir=${destroot}${prefix}/share/doc/${name}-${version}
+        docdir=${destroot}${prefix}/share/doc/${name}
 	
     post-destroot {
-		xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}-${version}
-		eval xinstall -m 0644 [glob ${worksrcpath}/*.ps] ${destroot}${prefix}/share/doc/${name}-${version}
+		xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
+		eval xinstall -m 0644 [glob ${worksrcpath}/*.ps] ${destroot}${prefix}/share/doc/${name}
 	}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100905/f16f5d40/attachment.html>


More information about the macports-changes mailing list