What is the preferred way to capitalize the first letter of a variables value in the port's Makefile. For example:
I want the port name's first letter capitalized:
So I can use that as a variable:
I want the port name's first letter capitalized:
Code:
PORTNAME= testprogram
So I can use that as a variable:
Code:
${INSTALL} ${FILESDIR}/Testprogram.conf.sample ${STAGEDIR}${PREFIX}/etc/Testprogram.conf.sample