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