Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2014 16:55:39 +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: r367361 - head/sysutils/b43-fwcutter/files
Message-ID:  <201409051655.s85GtdoB014120@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Sep  5 16:55:38 2014
New Revision: 367361
URL: http://svnweb.freebsd.org/changeset/ports/367361
QAT: https://qat.redports.org/buildarchive/r367361/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/b43-fwcutter/files/patch-Makefile

Modified: head/sysutils/b43-fwcutter/files/patch-Makefile
==============================================================================
--- head/sysutils/b43-fwcutter/files/patch-Makefile	Fri Sep  5 16:53:30 2014	(r367360)
+++ head/sysutils/b43-fwcutter/files/patch-Makefile	Fri Sep  5 16:55:38 2014	(r367361)
@@ -17,10 +17,10 @@
 -	install -o 0 -g 0 -m 755 $(BIN) $(PREFIX)/bin/
 -	install -d -o 0 -g 0 -m 755 $(PREFIX)/man/man1/
 -	install -o 0 -g 0 -m 644 $(BIN).1 $(PREFIX)/man/man1/
-+	install -d -o 0 -g 0 -m 755 $(DESTDIR)$(PREFIX)/bin/
-+	install -o 0 -g 0 -m 755 $(BIN) $(DESTDIR)$(PREFIX)/bin/
-+	install -d -o 0 -g 0 -m 755 $(DESTDIR)$(PREFIX)/man/man1/
-+	install -o 0 -g 0 -m 644 $(BIN).1 $(DESTDIR)$(PREFIX)/man/man1/
++	install -d -m 755 $(DESTDIR)$(PREFIX)/bin/
++	$(BSD_INSTALL_PROGRAM) $(BIN) $(DESTDIR)$(PREFIX)/bin/
++	install -d -m 755 $(DESTDIR)$(PREFIX)/man/man1/
++	$(BSD_INSTALL_MAN) $(BIN).1 $(DESTDIR)$(PREFIX)/man/man1/
  
  clean:
  	-rm -Rf obj dep *.orig *.rej *~



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