From 21eac47df4d260244808b0d1b587af12a5e47527 Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Thu, 9 May 2002 10:19:46 +0000 Subject: Made installation friendlier. The different steps involved are displayed. The output is now similar to the www/orion and www/jakarta-tomcat* ports. --- java/linux-sun-jdk12/Makefile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/java/linux-sun-jdk12/Makefile b/java/linux-sun-jdk12/Makefile index 10df06140883..ff7d894b29b0 100644 --- a/java/linux-sun-jdk12/Makefile +++ b/java/linux-sun-jdk12/Makefile @@ -42,8 +42,16 @@ IGNORE=You must manually fetch the Sun Java 2 Standard Edition SDK ${JDK_VERSION .endif do-install: - ${MKDIR} ${APP_HOME} - ${CP} -R ${WRKSRC}/* ${APP_HOME} - ${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # Sun-JDK${PORTVERSION}_${PORTREVISION}" + @${ECHO} -n "Creating destination directory ${APP_HOME}..." + @${MKDIR} ${APP_HOME} + @${ECHO} " [ DONE ]" + + @${ECHO} -n "Copying files..." + @${CP} -R ${WRKSRC}/* ${APP_HOME} + @${ECHO} " [ DONE ]" + + @${ECHO} -n "Registering with javavm..." + @${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # Sun-JDK${PORTVERSION}_${PORTREVISION}" + @${ECHO} " [ DONE ]" .include -- cgit v1.2.3