svn commit: r367665 - head/devel/exercisix/files

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 18:35:15 UTC 2014


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)


More information about the svn-ports-head mailing list