aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-23 13:33:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-23 13:33:59 +0000
commitbd69cad67e1b474ce47926505aeb098a9ef45f4c (patch)
treed0c63fd9113fef1194058b3ced66e17443343dcb /deskutils
parent6c7febd44705194b3640b7ba44c52fe88cd2a7f9 (diff)
downloadports-bd69cad67e1b474ce47926505aeb098a9ef45f4c.tar.gz
ports-bd69cad67e1b474ce47926505aeb098a9ef45f4c.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/thinkingrock/Makefile5
-rw-r--r--deskutils/thinkingrock/files/pkg-message.in15
2 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/thinkingrock/Makefile b/deskutils/thinkingrock/Makefile
index 9d94e9d83ae5..1b609af49bd9 100644
--- a/deskutils/thinkingrock/Makefile
+++ b/deskutils/thinkingrock/Makefile
@@ -19,6 +19,8 @@ USE_JAVA= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
+SUB_FILES= pkg-message
+
.include <bsd.port.pre.mk>
post-patch:
@@ -44,4 +46,7 @@ do-install:
@(cd ${WRKSRC}; ${FIND} . -type d) | ${SORT} -r | ${SED} "s|^.|@dirrm ${PORTNAME}|" >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} . -type d -empty) | ${SORT} -r | ${SED} "s|^.|@exec mkdir -p ${PORTNAME}|" >> ${TMPPLIST}
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>
diff --git a/deskutils/thinkingrock/files/pkg-message.in b/deskutils/thinkingrock/files/pkg-message.in
new file mode 100644
index 000000000000..c95dce9e514d
--- /dev/null
+++ b/deskutils/thinkingrock/files/pkg-message.in
@@ -0,0 +1,15 @@
+*****************************************************************
+
+ Please note that Thinkingrock will not work with diablo-jdk16
+ or diablo-jre16. Set the JAVA_HOME variable to a different
+ Java installation:
+
+ e.g. tcsh:
+ > setenv JAVA_HOME /usr/local/jdk1.6.0
+ > thinkingrock
+
+ e.g. sh:
+ $ export JAVA_HOME=/usr/local/diablo-jre1.5.0
+ $ thinkingrock
+
+*****************************************************************