mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix stupid mistake. It really did work here...
This commit is contained in:
parent
f0d20428a9
commit
c073814b7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41984
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
$(LINK) $(yawho_LDFLAGS) $(yawho_OBJECTS) $(yawho_LDADD) $(LIBS)
|
||||
install:
|
||||
- $(INSTALL) -o root -m 0755 yawho $(bindir)/yawho
|
||||
+ $(INSTALL_PROGRAM) yawho $(bindir)/yawho
|
||||
+ $(BSD_INSTALL_PROGRAM) yawho $(bindir)/yawho
|
||||
clean:
|
||||
rm -f ./*.o
|
||||
rm -f yawho
|
||||
|
|
Loading…
Add table
Reference in a new issue