svn commit: r396928 - head/www/sws/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 14 19:11:34 UTC 2015


Author: amdmi3
Date: Mon Sep 14 19:11:33 2015
New Revision: 396928
URL: https://svnweb.freebsd.org/changeset/ports/396928

Log:
  - Fix build from non-root; owner is not propagated to the package anyway, and doesn't seem to be needed here at all
  
  Approved by:	portmgr blanket

Added:
  head/www/sws/files/
  head/www/sws/files/patch-Makefile   (contents, props changed)

Added: head/www/sws/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sws/files/patch-Makefile	Mon Sep 14 19:11:33 2015	(r396928)
@@ -0,0 +1,9 @@
+--- Makefile.orig	2015-02-15 23:56:31 UTC
++++ Makefile
+@@ -16,6 +16,3 @@ install:
+ 	cp sws.8.txt  ${DST}/man/man8/sws.8
+ 	chmod 755 ${DST}/bin/sws
+ 	chmod 644 ${DST}/man/man8/sws.8
+-	chown root:wheel  ${DST}/bin/sws ${DST}/man/man8/sws.8
+-	chown www:www  ${DST}/sws/docs 
+-	chown www:www  ${DST}/etc/sws.cfg


More information about the svn-ports-all mailing list