Move the s/\r// from post-configure to pre-patch to make

patching work more consistently.
This commit is contained in:
Chris D. Faulhaber 2002-05-22 18:02:28 +00:00
parent bb5626ed54
commit 03231c45e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59714
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ SHELL=${SH}
BIN_FILES= altair eclipse h316 nova pdp1 pdp10 pdp11 pdp15 pdp4 pdp7 pdp8 \
pdp9 s3
post-configure:
pre-patch:
@${MKDIR} ${WRKSRC}/BIN
@for i in `find . -name "*.[hc]"`; \
do \

View File

@ -25,7 +25,7 @@ SHELL=${SH}
BIN_FILES= altair eclipse h316 nova pdp1 pdp10 pdp11 pdp15 pdp4 pdp7 pdp8 \
pdp9 s3
post-configure:
pre-patch:
@${MKDIR} ${WRKSRC}/BIN
@for i in `find . -name "*.[hc]"`; \
do \