mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Allow staging as a regular user
This commit is contained in:
parent
bfa7f888ee
commit
e85fc8c92b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368229
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
install:
|
install:
|
||||||
- install -s -o root -g wheel -m 755 geomWatch ${PREFIX}/sbin
|
- install -s -o root -g wheel -m 755 geomWatch ${PREFIX}/sbin
|
||||||
- install -o root -g wheel -m 400 geomWatch.conf.sample ${PREFIX}/etc
|
- install -o root -g wheel -m 400 geomWatch.conf.sample ${PREFIX}/etc
|
||||||
+ install -s -o root -g wheel -m 755 geomWatch $(DESTDIR)${PREFIX}/sbin
|
+ $(BSD_INSTALL_PROGRAM) geomWatch $(DESTDIR)${PREFIX}/sbin
|
||||||
+ install -o root -g wheel -m 400 geomWatch.conf.sample $(DESTDIR)${PREFIX}/etc
|
+ $(BSD_INSTALL_DATA) -m 400 geomWatch.conf.sample $(DESTDIR)${PREFIX}/etc
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f geomWatch
|
rm -f geomWatch
|
||||||
|
|
Loading…
Add table
Reference in a new issue