summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-10-18 07:48:36 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-10-18 07:48:36 +0000
commit96c08bab354d369d0188c748b39894a65a9effab (patch)
treed3d6b9faa20b7b4859677ae2cde7b4212c318c83 /audio
parentHonor NOMANCOMPRESS. (diff)
Changed the patch to Makefile and added -s flag to the install command
in the install: target.
Notes
Notes: svn path=/head/; revision=4023
Diffstat (limited to 'audio')
-rw-r--r--audio/radio/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/radio/files/patch-aa b/audio/radio/files/patch-aa
index 33f7cd380664..9c9279a1305d 100644
--- a/audio/radio/files/patch-aa
+++ b/audio/radio/files/patch-aa
@@ -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