From 9380d814eaf97f8fb58dd8e393be4754dde33fb4 Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Sat, 30 Mar 2002 19:53:18 +0000 Subject: Replacing the man page title (in capitals) in order to make the man page fully generic for jakarta-tomcat, jakarta-tomcat4, orion and possibly others. PORTREVISION is not bumped, since the resulting man page is exactly the same. --- www/jakarta-tomcat4/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/jakarta-tomcat4/Makefile') diff --git a/www/jakarta-tomcat4/Makefile b/www/jakarta-tomcat4/Makefile index b7201d93e985..d674a0a767d7 100644 --- a/www/jakarta-tomcat4/Makefile +++ b/www/jakarta-tomcat4/Makefile @@ -45,6 +45,7 @@ REPLACE_FILES= ${FILESDIR}/daemonctl.c \ JAR_FILE= lib/${APP_SHORTNAME}.jar JAVA_ARGS= '"-Dtomcat.install=${APP_HOME}"' JAR_ARGS= '"run"' +CONTROL_SCRIPT_MANPAGE_TITLE= TOMCATCTL WRKDIR?= work .include @@ -75,6 +76,7 @@ do-install: -e "/%%APP_SHORTNAME%%/s//${APP_SHORTNAME}/g" \ -e "/%%APP_TITLE%%/s//${APP_TITLE}/g" \ -e "/%%CONTROL_SCRIPT%%/s//${CONTROL_SCRIPT:S/\//\\\//g}/g" \ + -e "/%%CONTROL_SCRIPT_MANPAGE_TITLE%%/s//${CONTROL_SCRIPT_MANPAGE_TITLE}/g" \ -e "/%%CONTROL_SCRIPT_NAME%%/s//${CONTROL_SCRIPT_NAME}/g" \ -e "/%%GROUP%%/s//${GROUP}/g" \ -e "/%%HTTP_PORT%%/s//${HTTP_PORT}/g" \ -- cgit v1.2.3