[68944] trunk/dports/aqua/ManOpen/Portfile
snc at macports.org
snc at macports.org
Fri Jun 18 08:18:14 PDT 2010
Revision: 68944
http://trac.macports.org/changeset/68944
Author: snc at macports.org
Date: 2010-06-18 08:18:13 -0700 (Fri, 18 Jun 2010)
Log Message:
-----------
whitespace
Modified Paths:
--------------
trunk/dports/aqua/ManOpen/Portfile
Modified: trunk/dports/aqua/ManOpen/Portfile
===================================================================
--- trunk/dports/aqua/ManOpen/Portfile 2010-06-18 15:17:40 UTC (rev 68943)
+++ trunk/dports/aqua/ManOpen/Portfile 2010-06-18 15:18:13 UTC (rev 68944)
@@ -1,35 +1,35 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name ManOpen
-version 2.5.1
-revision 1
-categories aqua textproc
-maintainers waqar
-description GUI application for viewing Unix manual pages,
+name ManOpen
+version 2.5.1
+revision 1
+categories aqua textproc
+maintainers waqar
+description GUI application for viewing Unix manual pages,
long_description \
- It can open files directly or be given titles, in which case \
- it will display the output from the `man' command-line program. \
- An apropos interface is also provided, which is basically a \
- quick-and-dirty search of the man page databases. Services are \
- provided to other applications to open selected files/titles \
- or do apropos searches using the selected text.
-homepage http://www.clindberg.org/projects/ManOpen.html
-platforms macosx
-master_sites http://www.clindberg.org/projects
-distname ${name}-${version}.s
-worksrcdir ${name}-${version}
+ It can open files directly or be given titles, in which case \
+ it will display the output from the `man' command-line program. \
+ An apropos interface is also provided, which is basically a \
+ quick-and-dirty search of the man page databases. Services are \
+ provided to other applications to open selected files/titles \
+ or do apropos searches using the selected text.
+homepage http://www.clindberg.org/projects/ManOpen.html
+platforms macosx
+master_sites http://www.clindberg.org/projects
+distname ${name}-${version}.s
+worksrcdir ${name}-${version}
checksums md5 0f704085d6cece271860a521922292f5 \
sha1 387a482f3bb0e6c7573a2bea9327be4aede31a48 \
rmd160 689d06f7afb5ecfd945ef47bd355bfdbfb1d70da
use_configure no
-destroot {
- xinstall -d -m 755 ${destroot}${applications_dir}
- file copy ${build.dir}/${name}.app \
- ${destroot}/${applications_dir}/${name}.app
- file copy ${build.dir}/openman ${destroot}${prefix}/bin
- file copy ${build.dir}/openman.tproj/openman.1 \
- ${destroot}${prefix}/share/man/man1
+destroot {
+ xinstall -d -m 755 ${destroot}${applications_dir}
+ file copy ${build.dir}/${name}.app \
+ ${destroot}/${applications_dir}/${name}.app
+ file copy ${build.dir}/openman ${destroot}${prefix}/bin
+ file copy ${build.dir}/openman.tproj/openman.1 \
+ ${destroot}${prefix}/share/man/man1
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100618/758795cb/attachment.html>
More information about the macports-changes
mailing list