diff options
author | jedgar <jedgar@FreeBSD.org> | 2002-05-23 02:02:28 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2002-05-23 02:02:28 +0800 |
commit | 1ca1bf6ad278dabd8c98c09374a5c2a16324f4e5 (patch) | |
tree | 1f7c039af8cde226465d06d131dd3c96cbf38cbf /emulators/simh | |
parent | 46d158f8530855f6ee21fe09bf67cee65ac68257 (diff) | |
download | freebsd-ports-graphics-1ca1bf6ad278dabd8c98c09374a5c2a16324f4e5.tar.gz freebsd-ports-graphics-1ca1bf6ad278dabd8c98c09374a5c2a16324f4e5.tar.zst freebsd-ports-graphics-1ca1bf6ad278dabd8c98c09374a5c2a16324f4e5.zip |
Move the s/\r// from post-configure to pre-patch to make
patching work more consistently.
Diffstat (limited to 'emulators/simh')
-rw-r--r-- | emulators/simh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 54c8e2c9af9..78caa52751a 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -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 \ |