diff options
author | znerd <znerd@FreeBSD.org> | 2001-11-21 13:22:55 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2001-11-21 13:22:55 +0000 |
commit | 485346b5fdd04792e4d157a5447cd9f7d956b7bc (patch) | |
tree | 5cbdcc3521181d332208d43d63a03c1010199c83 /www/orion/Makefile | |
parent | 062340f394b5aaf420da1392e8987a41d7a59acc (diff) | |
download | FreeBSD-ports-485346b5fdd04792e4d157a5447cd9f7d956b7bc.zip FreeBSD-ports-485346b5fdd04792e4d157a5447cd9f7d956b7bc.tar.gz |
Updated my mail address from ernst@jollem.com to znerd@FreeBSD.org. Made the
JDK a BUILD_DEPENDS instead of a RUN_DEPENDS. The port fails if the JDK is not
installed, so it should be a BUILD_DEPENDS. Also, the list of download sites
is updated.
Approved by: sobomax
Diffstat (limited to 'www/orion/Makefile')
-rw-r--r-- | www/orion/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/www/orion/Makefile b/www/orion/Makefile index 9a6e9e3..0e76b78 100644 --- a/www/orion/Makefile +++ b/www/orion/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: orion # Date created: 22 December 2000 -# Whom: Ernst de Haan <ernst@jollem.com> +# Whom: Ernst de Haan <znerd@FreeBSD.org> # # $FreeBSD$ # @@ -9,17 +9,15 @@ PORTNAME= orion PORTVERSION= 1.4.5 PORTREVISION= 7 CATEGORIES= www java -MASTER_SITES= http://www.orionserver.com/mirrordownload.jsp?file= \ - ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ - http://metaverse.euronet.nl/~ernst/ \ - ${MASTER_SITE_LOCAL} \ - http://www.jollem.com/ +MASTER_SITES= ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ + http://www.metaverse.nl/~ernst/ \ + ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= sobomax DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ernst@jollem.com +MAINTAINER= znerd@FreeBSD.org -RUN_DEPENDS= ${JAVA_HOME}/bin/java:${PORTSDIR}/java/jdk13 +BUILD_DEPENDS= ${JAVA_HOME}/bin/java:${PORTSDIR}/java/jdk13 USE_ZIP= YES NO_BUILD= YES |