Date: Sat, 8 Apr 2017 02:58:37 +0000 (UTC) From: Matthew Rezny <rezny@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437979 - head/www/tomcat-devel Message-ID: <201704080258.v382wbKX003931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rezny Date: Sat Apr 8 02:58:37 2017 New Revision: 437979 URL: https://svnweb.freebsd.org/changeset/ports/437979 Log: Correct TOMCAT_SUBDIR which was based on the wrong variable PR: 215290 Reported by: vvd@unislabs.com Approved by: swills (mentor) Modified: head/www/tomcat-devel/Makefile Modified: head/www/tomcat-devel/Makefile ============================================================================== --- head/www/tomcat-devel/Makefile Sat Apr 8 00:37:47 2017 (r437978) +++ head/www/tomcat-devel/Makefile Sat Apr 8 02:58:37 2017 (r437979) @@ -25,7 +25,7 @@ NO_ARCH= yes USE_RC_SUBR= ${PKGBASE} -TOMCAT_SUBDIR?= ${PORTVERSION:C/([0-9])\.([0-9])(.*)/\1.\2/} +TOMCAT_SUBDIR?= ${DISTNAME:C/([0-9])\.([0-9])(.*)/\1.\2/} TOMCAT_HOME= ${PREFIX}/${TOMCAT_SUBDIR} TOMCAT_CONF_FILES= \ catalina.policy catalina.properties context.xml logging.properties \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704080258.v382wbKX003931>