View | Details | Raw Unified | Return to bug 128830
Collapse All | Expand All

(-)thinkingrock/Makefile (+5 lines)
Lines 19-24 Link Here
19
JAVA_VERSION=	1.5+
19
JAVA_VERSION=	1.5+
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
21
22
SUB_FILES=	pkg-message
23
22
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
23
25
24
post-patch:
26
post-patch:
Lines 44-47 Link Here
44
	@(cd ${WRKSRC}; ${FIND} . -type d) | ${SORT} -r | ${SED} "s|^.|@dirrm ${PORTNAME}|" >> ${TMPPLIST}
46
	@(cd ${WRKSRC}; ${FIND} . -type d) | ${SORT} -r | ${SED} "s|^.|@dirrm ${PORTNAME}|" >> ${TMPPLIST}
45
	@(cd ${WRKSRC}; ${FIND} . -type d -empty) | ${SORT} -r | ${SED} "s|^.|@exec mkdir -p ${PORTNAME}|" >> ${TMPPLIST}
47
	@(cd ${WRKSRC}; ${FIND} . -type d -empty) | ${SORT} -r | ${SED} "s|^.|@exec mkdir -p ${PORTNAME}|" >> ${TMPPLIST}
46
48
49
post-install:
50
	@${CAT} ${PKGMESSAGE}
51
47
.include <bsd.port.post.mk>
52
.include <bsd.port.post.mk>
(-)thinkingrock/files/pkg-message.in (+15 lines)
Line 0 Link Here
1
*****************************************************************
2
3
 Please note that Thinkingrock will not work with diablo-jdk16
4
 or diablo-jre16. Set the JAVA_HOME variable to a different
5
 Java installation:
6
7
 e.g. tcsh:
8
 > setenv JAVA_HOME /usr/local/jdk1.6.0
9
 > thinkingrock
10
11
 e.g. sh:
12
 $ export JAVA_HOME=/usr/local/diablo-jre1.5.0
13
 $ thinkingrock
14
15
*****************************************************************

Return to bug 128830