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/SETIsupport/Makefile | |
parent | upgrade to 2.6.3 (diff) |
upgrade to 0.75
PR: 31222
Submitted by: maintainer
Diffstat (limited to 'astro/SETIsupport/Makefile')
-rw-r--r-- | astro/SETIsupport/Makefile | 10 |
1 files changed, 5 insertions, 5 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} |