diff options
author | max <max@FreeBSD.org> | 1996-10-18 15:48:36 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-18 15:48:36 +0800 |
commit | 6a25f92a9957aba6f37b4c4c8662354e24699f17 (patch) | |
tree | 5bdd12180216a4d9d007b015568c243069251ace /audio/radio | |
parent | 03e604ff3331252e9f5c32b28e202bf93280c83b (diff) | |
download | freebsd-ports-gnome-6a25f92a9957aba6f37b4c4c8662354e24699f17.tar.gz freebsd-ports-gnome-6a25f92a9957aba6f37b4c4c8662354e24699f17.tar.zst freebsd-ports-gnome-6a25f92a9957aba6f37b4c4c8662354e24699f17.zip |
Changed the patch to Makefile and added -s flag to the install command
in the install: target.
Diffstat (limited to 'audio/radio')
-rw-r--r-- | audio/radio/files/patch-aa | 4 |
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 |