mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
00be22f3cc
- it seems that we can now use the targets supplied by upstream, so that the port installs now as intended and like on the other platforms; - switch to shared libraries, so that we shall be able to apply minor upgrades without rebuilding its consumers; - chase this upgrade in mplayer and vlc. PR: ports/184035 Submitted by: /me
11 lines
403 B
Plaintext
11 lines
403 B
Plaintext
--- mediaServer/Makefile.tail.orig 2013-11-10 06:24:08.000000000 +0100
|
|
+++ mediaServer/Makefile.tail 2013-11-13 23:36:14.000000000 +0100
|
|
@@ -36,6 +36,6 @@
|
|
|
|
install: $(MEDIA_SERVER)
|
|
install -d $(DESTDIR)$(PREFIX)/bin
|
|
- install -m 755 $(MEDIA_SERVER) $(DESTDIR)$(PREFIX)/bin
|
|
+ install -s -m 755 $(MEDIA_SERVER) $(DESTDIR)$(PREFIX)/bin
|
|
|
|
##### Any additional, platform-specific rules come here:
|