diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-08-01 14:32:28 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-08-01 14:32:28 +0000 |
commit | ccd957620fdb337c60ef7f7fb09b2493b5cd9613 (patch) | |
tree | 678ac796af53747fd7d465257a009eb3a78d36ec /devel/astah-community | |
parent | a65560d6cd3ffd825b6a7113b8269c08d42b2a9a (diff) |
Notes
Diffstat (limited to 'devel/astah-community')
-rw-r--r-- | devel/astah-community/Makefile | 4 | ||||
-rw-r--r-- | devel/astah-community/distinfo | 4 | ||||
-rw-r--r-- | devel/astah-community/files/mozilla (renamed from devel/astah-community/files/netscape) | 3 | ||||
-rw-r--r-- | devel/astah-community/pkg-plist | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile index 9a5b85e53194..8bce789966b9 100644 --- a/devel/astah-community/Makefile +++ b/devel/astah-community/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jude-community -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.1 CATEGORIES= devel java MASTER_SITES= # you have to register yourself as a member to download DISTNAME= ${PORTNAME}-${PORTVERSION:S!.!_!g} @@ -50,7 +50,7 @@ post-patch: do-install: ${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/jude ${PREFIX}/bin - ${INSTALL_SCRIPT} ${FILESDIR}/netscape ${DATADIR} + ${INSTALL_SCRIPT} ${FILESDIR}/mozilla ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/JudeDefaultModel.jude ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/jude.ico ${DATADIR} diff --git a/devel/astah-community/distinfo b/devel/astah-community/distinfo index d2febc2ae241..2b5a3ae83b8f 100644 --- a/devel/astah-community/distinfo +++ b/devel/astah-community/distinfo @@ -1,2 +1,2 @@ -MD5 (jude-community-1_5_2.zip) = 184b58f7f5e4cf42908400c2913a640b -SIZE (jude-community-1_5_2.zip) = 3155223 +MD5 (jude-community-1_6_1.zip) = fd50198796427cb36a6e9ffa1a86c6f6 +SIZE (jude-community-1_6_1.zip) = 3406827 diff --git a/devel/astah-community/files/netscape b/devel/astah-community/files/mozilla index 5e2e3d737cc1..5ece63ef79c9 100644 --- a/devel/astah-community/files/netscape +++ b/devel/astah-community/files/mozilla @@ -1,5 +1,8 @@ #!/bin/sh +# eliminate own path from PATH (without this, cause a inifinite loop) +PATH=${PATH#$(dirname $0)} + # add your favorite browser in the top of the list for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera do diff --git a/devel/astah-community/pkg-plist b/devel/astah-community/pkg-plist index ca1518bdd3a6..d51f1be13ba1 100644 --- a/devel/astah-community/pkg-plist +++ b/devel/astah-community/pkg-plist @@ -1,5 +1,5 @@ bin/jude -%%DATADIR%%/netscape +%%DATADIR%%/mozilla %%DATADIR%%/%%PORTNAME%%.jar %%DATADIR%%/JudeDefaultModel.jude %%DATADIR%%/jude.ico |