ports/net/xrdp/files/patch-rdp__Makefile
Alejandro Pulver 15e52bb6c0 - Update to version 0.4.0.
- Remove "xrdp_" prefix previously added to binaries, since there are no
  conflicts.

Reported by:	portscout
2007-09-10 04:12:37 +00:00

11 lines
332 B
Text

--- rdp/Makefile.orig Mon Sep 10 00:34:55 2007
+++ rdp/Makefile Mon Sep 10 00:41:20 2007
@@ -33,7 +33,7 @@
$(CC) $(C_OS_FLAGS) ../common/ssl_calls.c
install:
- install librdp.so $(DESTDIR)/librdp.so
+ $(BSD_INSTALL_PROGRAM) librdp.so $(DESTDIR)/librdp.so
installdeb:
install librdp.so $(DESTDIRDEB)/usr/lib/xrdp/librdp.so