diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 21:53:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 21:53:11 +0000 |
commit | 7137e75472f29a61a0a93c7cf936788fa9bfd2d1 (patch) | |
tree | f83b944ffdae0625a20543f5bb1368329957ca0e /emulators/truereality | |
parent | 4ad3abde8a172cf62854a498483b6c60ce0cdcc1 (diff) |
Notes
Diffstat (limited to 'emulators/truereality')
-rw-r--r-- | emulators/truereality/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/truereality/Makefile b/emulators/truereality/Makefile index 8f0aa805bf4c..15e42ab2ec27 100644 --- a/emulators/truereality/Makefile +++ b/emulators/truereality/Makefile @@ -27,7 +27,7 @@ DATE= 1999121400 post-patch: .if ${ARCH} == "alpha" - @(cd ${WRKSRC} && ${PATCH} < ${FILESDIR}/patch-alpha || ${ECHO}) + @(cd ${WRKSRC} && ${PATCH} < ${PATCHDIR}/extra-patch-alpha || ${ECHO}) .endif do-install: |