mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
- Remove "xrdp_" prefix previously added to binaries, since there are no conflicts. Reported by: portscout
11 lines
332 B
Text
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
|