diff options
author | krion <krion@FreeBSD.org> | 2005-03-19 18:44:29 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-03-19 18:44:29 +0000 |
commit | 24aaaaee19a170b655f3ef2883ebdb6e1aad2f10 (patch) | |
tree | 7ae131568fd25aa499ea81417484445c0870be03 /www/tomcat6 | |
parent | 8c753926a7c7211a2ddee772f8fb28c7b79ed5b1 (diff) | |
download | FreeBSD-ports-24aaaaee19a170b655f3ef2883ebdb6e1aad2f10.zip FreeBSD-ports-24aaaaee19a170b655f3ef2883ebdb6e1aad2f10.tar.gz |
Remove hardcoded WRKDIRPREFIX.
Proposed by: des
Diffstat (limited to 'www/tomcat6')
-rw-r--r-- | www/tomcat6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/tomcat6/Makefile b/www/tomcat6/Makefile index 558dbc7..a3c1ad8 100644 --- a/www/tomcat6/Makefile +++ b/www/tomcat6/Makefile @@ -51,7 +51,6 @@ REPLACE_FILES= ${PORTSDIR}/www/jakarta-tomcat4/files/daemonctl.c \ ${PORTSDIR}/www/jakarta-tomcat4/files/startup.sh \ ${WRKSRC}/conf/server.xml JAR_FILE= bin/bootstrap.jar -WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} WWWOWN=${USER} WWWGRP=${GROUP} LATEST_LINK= ${APP_SHORTNAME} CONF_EXT= sample |