1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/jicmp/files/patch-Makefile.am
Martin Wilke b1a026ac73 A Java native interface (JNI) to ICMP (ping), formerly a part of the base
OpenNMS package.

WWW: http://www.opennms.org/index.php/Jicmp

PR:		ports/124990
Submitted by:	Ryan T. Dean <rtdean at cytherianage.net>
2008-06-29 11:04:39 +00:00

12 lines
261 B
Plaintext

--- Makefile.am.orig 2008-06-25 14:46:42.000000000 +0000
+++ Makefile.am 2008-06-25 14:46:58.000000000 +0000
@@ -67,7 +67,7 @@
cd $(classdir) && \
$(JAR) cvf ../$@ *
-jardir=$(datadir)/java
+jardir=$(datadir)/java/classes
jar_DATA = jicmp.jar
deploy: