svn commit: r367361 - head/sysutils/b43-fwcutter/files

Antoine Brodin antoine at FreeBSD.org
Fri Sep 5 16:55:39 UTC 2014


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 *~


More information about the svn-ports-head mailing list