diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-18 16:24:32 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-18 16:24:32 +0000 |
commit | ce329a2182172d5acfdc0c4fb8fbffa513956c8d (patch) | |
tree | 3014b2e8fa2a97a7ad3cc7e356ee4d09347a560f /www/orion-devel | |
parent | f7175147b60c728a8e32d65a62c25744a3ee1a2a (diff) | |
download | FreeBSD-ports-ce329a2182172d5acfdc0c4fb8fbffa513956c8d.zip FreeBSD-ports-ce329a2182172d5acfdc0c4fb8fbffa513956c8d.tar.gz |
Remove bogus comments from the end of file.
Revealed by: phantom
Diffstat (limited to 'www/orion-devel')
-rw-r--r-- | www/orion-devel/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/orion-devel/Makefile b/www/orion-devel/Makefile index 27fea5e..7de0d02 100644 --- a/www/orion-devel/Makefile +++ b/www/orion-devel/Makefile @@ -48,22 +48,3 @@ post-install: @echo "${PORTTITLE} ${PORTVERSION} has been installed in ${ORION_DESTDIR}." .include <bsd.port.post.mk> - - -# Portrevision from 1 to 2 (version is still 1.4.5) -# Changed reference to linux-jdk1.2.2 into linux-jdk1.3.0 in the shell script, -# since the port depends on linux-jdk1.3.0. -# Fixed a few typos and other issues in the shell script -# No longer installing a link from ${PREFIX}/orion -> ${PREFIX}/orion1.4.5 -# Making all directories under ${PREFIX}/orion1.4.5 a+x -# Added one mirror site for the DISTFILE -# Renamed shell script from `orion.sh' to `orionctl' (similar to `apachectl') -# Installing the shell script in the ${PREFIX}/bin/ directory and symlinking -# from ${PREFIX}/etc/rc.d/orion.sh to the former file, making sure that the -# shell script is +x -# Including the shell script in ${FILESDIR} instead of downloading - -# TODO: Create a new account for Orion so it won't run as root -# TODO: Support restarting Orion with the shell script script -# TODO: Support obtaining status info from a running Orion instance -# TODO: Add a man page for `orionctl' |