diff options
author | znerd <znerd@FreeBSD.org> | 2002-05-09 05:54:06 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-05-09 05:54:06 +0800 |
commit | ec866decb54814f187721397baef557bdd5477a5 (patch) | |
tree | 4bed708857260061f7a1bc7f531afd7f79c558f9 /www/orion-devel | |
parent | a20b6a113b2e70332d703046b890c12bbaa1c7d2 (diff) | |
download | freebsd-ports-gnome-ec866decb54814f187721397baef557bdd5477a5.tar.gz freebsd-ports-gnome-ec866decb54814f187721397baef557bdd5477a5.tar.zst freebsd-ports-gnome-ec866decb54814f187721397baef557bdd5477a5.zip |
Improved the startup script. Always displaying a space first
before the name of the application being started/stopped. The
advantage is that if there is an error, then the message will
have a space prepended instead of being appended to the previous
application name.
When the application is 'stop'ped, the error messages, if any,
are now hidden. Instead the name of the application is just
shown.
Bumped PORTREVISION.
Diffstat (limited to 'www/orion-devel')
-rw-r--r-- | www/orion-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/orion-devel/Makefile b/www/orion-devel/Makefile index 7dffb7f192c3..9e7c2a8eacee 100644 --- a/www/orion-devel/Makefile +++ b/www/orion-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= orion PORTVERSION= 1.5.4 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= http://www.orionserver.com/distributions/ \ http://www.atlassian.com/software/orion/downloads/ \ |