Improve CHEESESHOP subdir substitution, it didn't work well with

DISTVERSION containing non digits.

PR:		205762
With hat:	portmgr
This commit is contained in:
Antoine Brodin 2016-09-04 10:23:14 +00:00
parent da5d34c6f8
commit 40592f24b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421322

View File

@ -1415,7 +1415,7 @@ MASTER_SITES_SUBDIRS= APACHE_COMMONS_BINARIES:${PORTNAME:S,commons-,,} \
APACHE_COMMONS_SOURCE:${PORTNAME:S,commons-,,} \
APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \
BERLIOS:${PORTNAME:tl}.berlios \
CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} \
CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:S/-${DISTVERSIONFULL}$//} \
DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \
FARSIGHT:${PORTNAME} \
FESTIVAL:${PORTVERSION} \