1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Revert previous change which was committed by mistake along with some

other ports.

Noticed by:	swills

It also happened to be incorrect!  The path should have been
PREFIX/tinderbox/scripts.

Noticed by:	sunpoet
This commit is contained in:
Chris Rees 2012-06-30 07:56:28 +00:00
parent e002e5fc00
commit a849c5ff0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300244
2 changed files with 0 additions and 2 deletions

View File

@ -119,7 +119,6 @@ post-patch:
${WRKSRC}/tc
.endif
${REINPLACE_CMD} -e 's/.set_rcvar./tinderd_enable/' \
-e 's,/space/scripts,${PREFIX}/tinderbox,' \
${WRKSRC}/etc/rc.d/tinderd
@cd ${WRKSRC} && ${FIND} -E . -regex '.*(orig|bak)' -exec ${RM} {} \;

View File

@ -101,7 +101,6 @@ post-patch:
${WRKSRC}/tc
.endif
${REINPLACE_CMD} -e 's/.set_rcvar./tinderd_enable/' \
-e 's,/space/scripts,${PREFIX}/tinderbox,' \
${WRKSRC}/etc/rc.d/tinderd
@cd ${WRKSRC} && ${FIND} -E . -regex '.*(orig|bak)' -exec ${RM} {} \;