opnsense-ports/net/liveMedia/files/patch-proxyServer_Makefile.tail
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
403 B
Text

--- proxyServer/Makefile.tail.orig 2013-11-10 06:24:08.000000000 +0100
+++ proxyServer/Makefile.tail 2013-11-13 23:35:11.000000000 +0100
@@ -33,6 +33,6 @@
install: $(PROXY_SERVER)
install -d $(DESTDIR)$(PREFIX)/bin
- install -m 755 $(PROXY_SERVER) $(DESTDIR)$(PREFIX)/bin
+ install -s -m 755 $(PROXY_SERVER) $(DESTDIR)$(PREFIX)/bin
##### Any additional, platform-specific rules come here: