1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Add .bak to the list of files to be deleted in post-patch (the CHECK_FOR_ROOT

option being off would result in tc.bak being installed.

Approved by:	itetcu (maintainer)
Feature safe:	yes
This commit is contained in:
Wesley Shields 2009-09-18 16:01:00 +00:00
parent 7657b34119
commit c2317d670d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241662

View File

@ -100,7 +100,7 @@ post-patch:
${REINPLACE_CMD} -e 's/^if \[ `id -u` != 0 \]; then/if false; then/' \
${WRKSRC}/tc
.endif
@cd ${WRKSRC} && ${FIND} . -name '*.orig' -exec ${RM} {} \;
@cd ${WRKSRC} && ${FIND} -E . -regex '.*(orig|bak)' -exec ${RM} {} \;
do-install:
@${MKDIR} ${PREFIX}/tinderbox/scripts