freebsd-ports/databases/jrrd/files/patch-Makefile.am
Martin Wilke 629fa7807d A Java native interface (JNI) to RRDtool, formerly a part of the base
OpenNMS package.

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

PR:		ports/124982
Submitted by:	Ryan T. Dean <rtdean at cytherianage.net>
2008-06-29 11:08:45 +00:00

11 lines
260 B
Text

--- Makefile.am.orig 2008-06-25 15:15:08.000000000 +0000
+++ Makefile.am 2008-06-25 15:15:15.000000000 +0000
@@ -26,7 +26,7 @@
cd $(classdir) && \
$(JAR) cvf ../$@ *
-jardir=$(datadir)/java
+jardir=$(datadir)/java/classes
jar_DATA = jrrd.jar
deploy: