1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Rename ${FILESDIR}/patch-prefix to ${FILESDIR}/template-patch-prefix

(this is a sed template).
This commit is contained in:
Satoshi Asami 2000-10-07 21:32:51 +00:00
parent 4798964415
commit ecbc87070f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33476

View File

@ -23,6 +23,6 @@ MAKE_ENV+= X11BASE="${X11BASE}" HACK_INSTALL_DIR="${INSTALL_DIR}"
INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755
pre-patch:
${SED} "s!PREFIX!${PREFIX}!g" ${FILESDIR}/patch-prefix > ${EXTRA_PATCHES}
${SED} "s!PREFIX!${PREFIX}!g" ${FILESDIR}/template-patch-prefix > ${EXTRA_PATCHES}
.include <bsd.port.mk>