diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 18:17:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 18:17:38 +0000 |
commit | 72125803430655cb890b81e4203fd061ef5344dd (patch) | |
tree | 003e1c28c37ad3fa3d6923c79ae5fae9cb15c0a6 /astro | |
parent | 66e04391623849903c2218b644742490a0c5e275 (diff) | |
download | ports-72125803430655cb890b81e4203fd061ef5344dd.tar.gz ports-72125803430655cb890b81e4203fd061ef5344dd.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/SETIsupport/Makefile | 10 | ||||
-rw-r--r-- | astro/SETIsupport/distinfo | 2 | ||||
-rw-r--r-- | astro/SETIsupport/pkg-message | 9 | ||||
-rw-r--r-- | astro/SETIsupport/pkg-plist | 2 |
4 files changed, 14 insertions, 9 deletions
diff --git a/astro/SETIsupport/Makefile b/astro/SETIsupport/Makefile index 0dcca60c5aa1..72e9fdcd32c5 100644 --- a/astro/SETIsupport/Makefile +++ b/astro/SETIsupport/Makefile @@ -6,14 +6,14 @@ # PORTNAME= SETISupport -PORTVERSION= 0.74 +PORTVERSION= 0.75 CATEGORIES= astro java -MASTER_SITES= http://members5.cool.ne.jp/%7Egrgr56/SETITest/ -DISTNAME= ${PORTNAME} +MASTER_SITES= http://www.vt.sakura.ne.jp/~grgr56/SETITest/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} EXTRACT_SUFX= .jar EXTRACT_ONLY= -MAINTAINER= hym@cocoa.freemail.ne.jp +MAINTAINER= gibbon@cocoa.freemail.ne.jp RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre \ @@ -24,7 +24,7 @@ NO_BUILD= yes do-install: @${MKDIR} ${PREFIX}/share/java/SETISupport - @${INSTALL_DATA} ${DISTDIR}/SETISupport.jar ${PREFIX}/share/java/SETISupport + @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${PREFIX}/share/java/SETISupport @${INSTALL_SCRIPT} ${FILESDIR}/SETISupport.sh ${PREFIX}/bin/SETISupport post-install: @${CAT} ${PKGMESSAGE} diff --git a/astro/SETIsupport/distinfo b/astro/SETIsupport/distinfo index 38fbda0aa348..da062b0f9d9e 100644 --- a/astro/SETIsupport/distinfo +++ b/astro/SETIsupport/distinfo @@ -1 +1 @@ -MD5 (SETISupport.jar) = cdab7d21a0f597fa34deb3da2d3ebb88 +MD5 (SETISupport-075.jar) = cdab7d21a0f597fa34deb3da2d3ebb88 diff --git a/astro/SETIsupport/pkg-message b/astro/SETIsupport/pkg-message index 806baf78acd8..a1ce45ab58f8 100644 --- a/astro/SETIsupport/pkg-message +++ b/astro/SETIsupport/pkg-message @@ -3,12 +3,17 @@ If you don't like this working directory, please set environment variable "SETISUPPORT_WRKDIR" to the directory you like. For Example, if you want working directory to be /var/db/setiathome , - setenv SETISUPPORT_WRKDIR /var/db/setiathome + # setenv SETISUPPORT_WRKDIR /var/db/setiathome for csh or tcsh - export SETISUPPORT_WRKDIR=/var/db/setiathome + $ export SETISUPPORT_WRKDIR=/var/db/setiathome for sh or bash Maybe you want set this to the working directory setiathome, but don't forget that you need write permission for working directory. If you installed setiathome from ports or package, setiathome's working directory is owned by nobody. + +First time you run SETISupport, it askes you the place of state.sah. +This file is generated by setiathome in the directory from which it's run. +If you installed setiathome from ports or package, +it's /var/db/setiathome diff --git a/astro/SETIsupport/pkg-plist b/astro/SETIsupport/pkg-plist index 63c1b0e4bd8b..b0c566788f1b 100644 --- a/astro/SETIsupport/pkg-plist +++ b/astro/SETIsupport/pkg-plist @@ -1,3 +1,3 @@ bin/SETISupport -share/java/SETISupport/SETISupport.jar +share/java/SETISupport/SETISupport-075.jar @dirrm share/java/SETISupport |