ports/net/xrdp/files/patch-vnc__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
328 B
Text

--- vnc/Makefile.orig Mon Sep 10 00:34:55 2007
+++ vnc/Makefile Mon Sep 10 00:39:45 2007
@@ -31,7 +31,7 @@
$(CC) $(C_OS_FLAGS) ../common/d3des.c
install:
- install libvnc.so $(DESTDIR)/libvnc.so
+ $(BSD_INSTALL_PROGRAM) libvnc.so $(DESTDIR)/libvnc.so
installdeb:
install libvnc.so $(DESTDIRDEB)/usr/lib/xrdp/libvnc.so