- Fix plist by correctly installing and registering the port's man page [1]

- Add SHA256

Reported by:	pointyhat via kris [1]
PR:		ports/89402 [1]
Submitted by:	"Ronald Klop" <ronald@cs.vu.nl> (maintainer) [1]
This commit is contained in:
Simon Barner 2005-11-23 01:17:16 +00:00
parent 27d11c8b7b
commit a6a14bcb24
3 changed files with 10 additions and 4 deletions

View file

@ -46,6 +46,8 @@ JAVA_BUILD= jdk
NEED_JAVAC= yes
USE_JIKES= no
MAN1= jmp.1
MAKE_FLAGS= JAVAC=${JAVAC} JAVAH=${JAVAH}
GNU_CONFIGURE= yes

View file

@ -1,2 +1,3 @@
MD5 (jmp-0.48.tar.gz) = b51d3417373b7cec6f002a1103b4b89a
SHA256 (jmp-0.48.tar.gz) = 632605619895f54f635465252301e4b3db2a7d6ba5425b4d975dbad46f5de0ea
SIZE (jmp-0.48.tar.gz) = 492074

View file

@ -1,10 +1,13 @@
$FreeBSD$
--- Makefile.in.orig Tue Aug 17 18:52:26 2004
+++ Makefile.in Wed Aug 18 00:29:11 2004
@@ -639 +639 @@
--- Makefile.in.orig Sat Oct 29 21:48:51 2005
+++ Makefile.in Mon Nov 21 01:20:51 2005
@@ -332 +332 @@
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+ inst=$$inst.$$ext; \
@@ -705 +705 @@
- javac -sourcepath ${top_srcdir}/java -d . $<
+ ${JAVAC} -sourcepath ${top_srcdir}/java -d . $<
@@ -644 +644 @@
@@ -710 +710 @@
- javah -classpath . jmp.JMPController
+ ${JAVAH} -classpath . jmp.JMPController