Ticket #47231: qbarnes.diff​

File qbarnes.diff​, 692 bytes (added by grimreaper (Eitan Adler), 9 years ago)
Line 
1Index: par/Portfile
2===================================================================
3--- par/Portfile        (revision 134542)
4+++ par/Portfile        (working copy)
5@@ -1,3 +1,4 @@
6+# -*- 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
7 # $Id$
8 # Based on: http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/par/Makefile
9 
10@@ -29,6 +30,6 @@ build.args            -f protoMakefile \
11 build.target
12 
13 destroot {
14-       xinstall -m 555 "${worksrcpath}/${name}" "${destroot}${prefix}/bin/"
15+       xinstall "${worksrcpath}/${name}" "${destroot}${prefix}/bin/"
16        xinstall -m 444 "${worksrcpath}/${name}.1" "${destroot}${prefix}/share/man/man1/"
17 }