Skip to content

Commit

Permalink
3proxy: Add modeline and adjust whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 1, 2017
1 parent bc3e8e2 commit cfd3027
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions net/3proxy/Portfile
@@ -1,3 +1,5 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup github 1.0

Expand All @@ -6,11 +8,14 @@ categories net
platforms darwin
license BSD GPL-2+ LGPL-2.1+ Apache
maintainers mail.ru:nano103

description tiny free proxy server

long_description 3proxy is a universal proxy server. It can be used \
to provide internal users with fully controllable \
access to external resources or to provide external \
users with access to internal resources.

homepage http://3proxy.ru/

checksums rmd160 a26409cd6ba3b14d9f0986ba048d0ae0623a871a \
Expand All @@ -29,7 +34,7 @@ build.args -f Makefile.unix CC="${configure.cc}" \
destroot.args -f Makefile.unix-install

post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} copying README \
${destroot}${prefix}/share/doc/${name}
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} copying README \
${destroot}${prefix}/share/doc/${name}
}

0 comments on commit cfd3027

Please sign in to comment.