From 7137e75472f29a61a0a93c7cf936788fa9bfd2d1 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 7 Oct 2000 21:53:11 +0000 Subject: Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. (This should probably be rewritten to use EXTRA_PATCHES but I don't have time to test it now.) --- emulators/truereality/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/truereality') 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: -- cgit v1.2.3