1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

To avoid a warning due to the 'patch-message' target being overridden,

use 'pre-patch' instead of 'patch-message' target to generate the
package message.
This commit is contained in:
Alfred Perlstein 2002-09-11 00:05:34 +00:00
parent 4eef8272b2
commit dcb8e3d325
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66098

View File

@ -30,7 +30,7 @@ patch-makefile:
@${CAT} ${WRKSRC}/Makefile >> ${WRKSRC}/Makefile.tmp
@${MV} ${WRKSRC}/Makefile.tmp ${WRKSRC}/Makefile
patch-message:
pre-patch:
@${SED} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${MESSAGE} > ${PKGMESSAGE}
do-install: