mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
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)
13 lines
307 B
Text
13 lines
307 B
Text
$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)
|