svn commit: r437979 - head/www/tomcat-devel

Matthew Rezny rezny at FreeBSD.org
Sat Apr 8 02:58:38 UTC 2017


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 at 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 \


More information about the svn-ports-head mailing list