mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Allow staging as a regular user
This commit is contained in:
parent
7244a92111
commit
3f79fbbbcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367842
1 changed files with 3 additions and 3 deletions
|
@ -13,6 +13,6 @@
|
|||
+ install -d $(DESTDIR)${PREFIX}/sbin/
|
||||
+ install -d $(DESTDIR)${PREFIX}/share/mtxorbd/
|
||||
+ install -d $(DESTDIR)${PREFIX}/man/man1/
|
||||
+ install -C -o root -g bin -m 555 mtxorbd $(DESTDIR)${PREFIX}/sbin/
|
||||
+ install -C -o root -g bin -m 444 devices.conf $(DESTDIR)${PREFIX}/share/mtxorbd/
|
||||
+ install -C -o root -g man -m 444 mtxorbd.1 $(DESTDIR)${PREFIX}/man/man1/
|
||||
+ $(BSD_INSTALL_PROGRAM) mtxorbd $(DESTDIR)${PREFIX}/sbin/
|
||||
+ $(BSD_INSTALL_DATA) devices.conf $(DESTDIR)${PREFIX}/share/mtxorbd/
|
||||
+ $(BSD_INSTALL_MAN) mtxorbd.1 $(DESTDIR)${PREFIX}/man/man1/
|
||||
|
|
Loading…
Add table
Reference in a new issue