aboutsummaryrefslogtreecommitdiff
path: root/sysutils/b43-fwcutter
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-05 16:55:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-05 16:55:38 +0000
commitf55216c77e1426e0b09cb35872a4b55ebcb9ba87 (patch)
treeb2eadee18cf3b18845b7f046bf65b53319a0788a /sysutils/b43-fwcutter
parentf0e727240edaf18f963b79dfb2fb5d6c1fd9adc1 (diff)
Notes
Diffstat (limited to 'sysutils/b43-fwcutter')
-rw-r--r--sysutils/b43-fwcutter/files/patch-Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/b43-fwcutter/files/patch-Makefile b/sysutils/b43-fwcutter/files/patch-Makefile
index 468ef4db0c0c..cbdd62db3a4d 100644
--- a/sysutils/b43-fwcutter/files/patch-Makefile
+++ b/sysutils/b43-fwcutter/files/patch-Makefile
@@ -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 *~