mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Changed the patch to Makefile and added -s flag to the install command
in the install: target.
This commit is contained in:
parent
dec1e37a7f
commit
96c08bab35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4023
@ -40,8 +40,8 @@ diff -rc ../radio/Makefile ./Makefile
|
||||
LIBS="$(AFLIBDIRS) -lAF -lAFUtil -lm"
|
||||
|
||||
+ install: all
|
||||
+ $(INSTALL) -c -o bin -g bin -m 755 broadcast /usr/local/bin/broadcast
|
||||
+ $(INSTALL) -c -o bin -g bin -m 755 radio /usr/local/bin/radio
|
||||
+ $(INSTALL) -c -s -o bin -g bin -m 755 broadcast /usr/local/bin/broadcast
|
||||
+ $(INSTALL) -c -s -o bin -g bin -m 755 radio /usr/local/bin/radio
|
||||
+ $(INSTALL) -c -o bin -g bin -m 644 broadcast.man /usr/local/man/man1/broadcast.1
|
||||
+ $(INSTALL) -c -o bin -g bin -m 644 radio.man /usr/local/man/man1/radio.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user