Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 18:35:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367665 - head/devel/exercisix/files
Message-ID:  <201409081835.s88IZEGC020248@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep  8 18:35:14 2014
New Revision: 367665
URL: http://svnweb.freebsd.org/changeset/ports/367665
QAT: https://qat.redports.org/buildarchive/r367665/

Log:
  Allow staging as a regular user

Modified:
  head/devel/exercisix/files/patch-Makefile

Modified: head/devel/exercisix/files/patch-Makefile
==============================================================================
--- head/devel/exercisix/files/patch-Makefile	Mon Sep  8 18:32:19 2014	(r367664)
+++ head/devel/exercisix/files/patch-Makefile	Mon Sep  8 18:35:14 2014	(r367665)
@@ -7,9 +7,9 @@
 -	install -o root -g wheel  -m 444 $(FILES) $(FILESDIR)
 -	install -C -o root -g wheel -m 444 $(INCS) $(INCLUDEDIR)
 -	install -o root -g wheel -m 444 $(COMPRESSED_MAN) $(MANDIR)3
-+	install -o root -g wheel  -m 444 $(FILES) $(DESTDIR)$(FILESDIR)
-+	install -C -o root -g wheel -m 444 $(INCS) $(DESTDIR)$(INCLUDEDIR)
-+	install -o root -g wheel -m 444 $(COMPRESSED_MAN) $(DESTDIR)$(MANDIR)3
++	$(BSD_INSTALL_DATA) $(FILES) $(DESTDIR)$(FILESDIR)
++	$(BSD_INSTALL_DATA) $(INCS) $(DESTDIR)$(INCLUDEDIR)
++	$(BSD_INSTALL_MAN) $(COMPRESSED_MAN) $(DESTDIR)$(MANDIR)3
  
  $(FILESDIR):
 -	mkdir $(FILESDIR)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409081835.s88IZEGC020248>