diff options
Diffstat (limited to 'sysutils/jvmtop/Makefile')
-rw-r--r-- | sysutils/jvmtop/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sysutils/jvmtop/Makefile b/sysutils/jvmtop/Makefile index b61652234fd0..a2aa33c9990f 100644 --- a/sysutils/jvmtop/Makefile +++ b/sysutils/jvmtop/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jvmtop -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= sysutils java MASTER_SITES= GOOGLE_CODE @@ -25,11 +25,4 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${JAVAJARDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} -post-install: - @${ECHO_MSG} - @${ECHO_MSG} "It is recommended to install and use jvmtop under a terminal" - @${ECHO_MSG} "emulation software such as sysutils/tmux, or sysutils/screen," - @${ECHO_MSG} "until remote top-like session behavior is in place." - @${ECHO_MSG} - .include <bsd.port.mk> |