This line from a makefile in the ports collection
${TOUCH} -t 200401230000 ${WRKSRC}/Makefile.am.in
fails with the familiar message:
touch: out of range or illegal time specification: [[CC]YY]MMDDhhmm[.SS]
touch -t seems to fail no matter what date/time I give it.
Any thoughts?