diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-19 00:24:32 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-19 00:24:32 +0800 |
commit | ce329a2182172d5acfdc0c4fb8fbffa513956c8d (patch) | |
tree | 3014b2e8fa2a97a7ad3cc7e356ee4d09347a560f /java | |
parent | f7175147b60c728a8e32d65a62c25744a3ee1a2a (diff) | |
download | freebsd-ports-gnome-ce329a2182172d5acfdc0c4fb8fbffa513956c8d.tar.gz freebsd-ports-gnome-ce329a2182172d5acfdc0c4fb8fbffa513956c8d.tar.zst freebsd-ports-gnome-ce329a2182172d5acfdc0c4fb8fbffa513956c8d.zip |
Remove bogus comments from the end of file.
Revealed by: phantom
Diffstat (limited to 'java')
-rw-r--r-- | java/orion/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/java/orion/Makefile b/java/orion/Makefile index 27fea5e00404..7de0d026c6a4 100644 --- a/java/orion/Makefile +++ b/java/orion/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' |