1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/comms/rxtx/files/patch-Makefile.in
Herve Quiroz 8520c470d7 RXTX: serial and parallel I/O libraries supporting Sun's CommAPI. Open-source
implementation of the Java Communications API. Native interface to serial ports
in Java.

PR:		65396
Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Reviewed by:	glewis
Approved by:	glewis (mentor)
2004-10-20 11:17:36 +00:00

14 lines
307 B
Plaintext

$FreeBSD$
--- Makefile.in.orig Fri Apr 9 23:57:20 2004
+++ Makefile.in Fri Apr 9 23:58:06 2004
@@ -451,7 +451,7 @@
echo $$i; \
fi; \
done` $(RXTX_PATH)
- $(INSTALL_PROGRAM) $(JARTARGET) $(JHOME)/
+ $(BSD_INSTALL_DATA) $(JARTARGET) $(JHOME)/
clean-generic:
rm -rf $(DEST) $(TOP)/$(CLASSTOP)