[24144] trunk/dports/editors/elvis/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 17 06:02:53 PDT 2007


Revision: 24144
          http://trac.macosforge.org/projects/macports/changeset/24144
Author:   pipping at macports.org
Date:     2007-04-17 06:02:52 -0700 (Tue, 17 Apr 2007)

Log Message:
-----------
 * apply patch submitted by ehainry at free.fr
 * remove inactive maintainer whose email address no longer appears to exist

Modified Paths:
--------------
    trunk/dports/editors/elvis/Portfile

Modified: trunk/dports/editors/elvis/Portfile
===================================================================
--- trunk/dports/editors/elvis/Portfile	2007-04-17 10:29:03 UTC (rev 24143)
+++ trunk/dports/editors/elvis/Portfile	2007-04-17 13:02:52 UTC (rev 24144)
@@ -1,35 +1,33 @@
-# $Id$
-
 PortSystem 1.0
 name            elvis
 version         2.2_0
-revision        1
+revision        2
 homepage        http://elvis.the-little-red-haired-girl.org/
 description     A vi/ex clone
 categories      editors
-maintainers     mike at gene-hacker.net
+maintainers     nomaintainer at macports.org
 master_sites    ftp://ftp.cs.pdx.edu/pub/elvis/ \
                   ftp://ftp.false.com/pub/elvis/ \
                   ftp://the.wiretapped.net/pub/elvis/ \
                   http://www.fh-wedel.de/pub/elvis/ 
 
 checksums       md5 6831b8df3e4a530395e66c2889783752
-configure.args  --with-x=no --bindir=${prefix}/bin --datadir=${prefix}/share/elvis 
+configure.args  --without-x
 
 variant         x11 {  depends_lib lib:libX11.6:XFree86
+                       configure.args-delete --without-x
                        configure.args-append --with-x }
-
-pre-destroot { cd ${worksrcpath}
-              reinplace s|/usr/man/man.1|${destroot}${prefix}/share/man/man1| \
-              instman.sh
-              xinstall -d ${destroot}${prefix}/share/elvis
-            }
-
-destroot.destdir  BINDIR=${destroot}${prefix}/bin \
-                  LIBDIR=${destroot}${prefix}/share/elvis \
-
-
+pre-destroot {
+               reinplace "s|${prefix}|${destroot}${prefix}|g" Makefile
+               reinplace "s|sh instman.sh|MANPATH=${destroot}${prefix}/share/man sh instman.sh|" Makefile
+               reinplace "s|MAN/manl MAN/man1|MAN/man1|" instman.sh
+               xinstall -d 0755 ${destroot}${prefix}/share/man/cat1
+             }
+post-configure { cd ${worksrcpath}
+                reinplace "s|/etc|${prefix}/etc|g" Makefile
+}
 long_description   \
-By Steve Kirkendall is a very powerful vi/ex clone providing \
+Elvis is a very powerful vi/ex clone providing \
 a remarkable number of bells and whistles like, Syntax Highlighting, \
 Multiple files in multiple windows, Networking support (http and ftp). 
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070417/c40d6a35/attachment.html


More information about the macports-changes mailing list