diff options
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: |